Polish "Add ROLLING_FILE_NAME_PATTERN for File Appender"

See gh-18151
This commit is contained in:
Stephane Nicoll
2019-09-16 09:26:24 +02:00
parent 4a3810a0f1
commit a0d7d52106
8 changed files with 8 additions and 9 deletions

View File

@@ -1777,7 +1777,7 @@ To help with the customization, some other properties are transferred from the S
| `logging.pattern.rolling-file-name`
| `ROLLING_FILE_NAME_PATTERN`
| Pattern to use when roll-over log files (default `$\{LOG_FILE}.%d\{yyyy-MM-dd}.%i.gz`).
| Pattern for rolled-over log file names (default `$\{LOG_FILE}.%d\{yyyy-MM-dd}.%i.gz`).
(Only supported with the default Logback setup.)
| `PID`