Polish SizeAndTimeBasedRollingPolicy changes

Closes gh-6352
This commit is contained in:
Phillip Webb
2017-11-02 15:17:46 -07:00
parent 991468b0ef
commit f0327fbd0d
3 changed files with 23 additions and 19 deletions

View File

@@ -1624,11 +1624,13 @@ To help with the customization, some other properties are transferred from the S
|`logging.file.max-size`
|`LOG_FILE_MAX_SIZE`
|Maximum log file size (if LOG_FILE enabled). (Only supported with the default logback setup.)
|Maximum log file size (if LOG_FILE enabled). (Only supported with the default logback
setup.)
|`logging.file.max-history`
|`LOG_FILE_MAX_HISTORY`
|Maximum number of archive log files to keep (if LOG_FILE enabled). (Only supported with the default logback setup.)
|Maximum number of archive log files to keep (if LOG_FILE enabled). (Only supported with
the default logback setup.)
|`logging.path`
|`LOG_PATH`
@@ -1655,7 +1657,6 @@ To help with the customization, some other properties are transferred from the S
environment variable).
|===
All the supported logging systems can consult System properties when parsing their
configuration files. See the default configurations in `spring-boot.jar` for examples: