Skip to content

Commit 5a019cf

Browse files
committed
Merge pull request #17567 from lihongmingming
* pr/17567: Polish "Clarify description of "logging.file.max-history"" Clarify description of "logging.file.max-history" Closes gh-17567
2 parents 30fe106 + 057ca8f commit 5a019cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"name": "logging.file.max-history",
8585
"type": "java.lang.Integer",
86-
"description": "Maximum of archive log files to keep. Only supported with the default logback setup.",
86+
"description": "Maximum number of days archive log files are kept. Only supported with the default logback setup.",
8787
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
8888
"defaultValue": 0
8989
},

0 commit comments

Comments
 (0)