Document rolling file appender numeric strategy max. (#134171)

This commit is contained in:
Christiane (Tina) Heiligers 2022-06-13 10:01:14 -07:00 committed by GitHub
parent b5583eb5ec
commit 6f0fa0e1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ The following table serves as a quick reference for different logging configurat
| The suffix to append to the file path when rolling. Must include `%i`.
| `logging.appenders[].<appender-name>.strategy.max`
| The maximum number of files to keep. Optional. Default is `7`.
| The maximum number of files to keep. Optional. Default is `7` and the maximum is `100`.
| `logging.appenders[].<appender-name>.layout.type`
| Determines how the log messages are displayed. Options are `pattern`, which provides human-readable output, or `json`, which provides ECS-compliant output. Required.