Skip to content

Commit 1e38dd5

Browse files
committed
Merge branch '2.2.x'
Closes gh-19461
2 parents 065fe99 + b268b57 commit 1e38dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ The following table shows how the `logging.*` properties can be used together:
16341634

16351635
Log files rotate when they reach 10 MB and, as with console output, `ERROR`-level, `WARN`-level, and `INFO`-level messages are logged by default.
16361636
Size limits can be changed using the configprop:logging.file.max-size[] property.
1637-
Previously rotated files are archived indefinitely unless the configprop:logging.file.max-history[] property has been set.
1637+
Rotated log files of the last 7 days are kept by default unless the configprop:logging.file.max-history[] property has been set.
16381638
The total size of log archives can be capped using configprop:logging.file.total-size-cap[].
16391639
When the total size of log archives exceeds that threshold, backups will be deleted.
16401640
To force log archive cleanup on application startup, use the configprop:logging.file.clean-history-on-start[] property.

0 commit comments

Comments
 (0)