Skip to content

Commit 057ca8f

Browse files
committed
Polish "Clarify description of "logging.file.max-history""
See gh-17567
1 parent 00a5528 commit 057ca8f

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 number of days, archive log files are kept. 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)