Skip to content

Commit a05b220

Browse files
ghustasnicoll
authored andcommitted
Fix description of "logging.logback.rollingpolicy.max-history"
See gh-28448
1 parent 30a75e8 commit a05b220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
{
157157
"name": "logging.file.max-history",
158158
"type": "java.lang.Integer",
159-
"description": "Maximum number of days archive log files are kept. Only supported with the default logback setup.",
159+
"description": "Maximum number of archive log files to keep. Only supported with the default logback setup.",
160160
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
161161
"defaultValue": 7,
162162
"deprecation": {
@@ -194,7 +194,7 @@
194194
{
195195
"name": "logging.logback.rollingpolicy.max-history",
196196
"type": "java.lang.Integer",
197-
"description": "Maximum number of days archive log files are kept.",
197+
"description": "Maximum number of archive log files to keep.",
198198
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
199199
"defaultValue": 7
200200
},

0 commit comments

Comments
 (0)