Skip to content

Commit 00a5528

Browse files
lihongmingmingsnicoll
authored andcommitted
Clarify description of "logging.file.max-history"
See gh-17567
1 parent 30fe106 commit 00a5528

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)