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

(cherry picked from commit 6f0fa0e1e6)

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
This commit is contained in:
Kibana Machine 2022-06-13 13:17:05 -04:00 committed by GitHub
parent f2a66f1432
commit c0d7043890
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.