File tree 2 files changed +3
-3
lines changed
spring-boot/src/main/resources/META-INF
spring-boot-docs/src/docs/asciidoc/features 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ The following rotation policy properties are supported:
182
182
| The maximum amount of size log archives can take before being deleted.
183
183
184
184
| configprop:logging.logback.rollingpolicy.max-history[]
185
- | The number of days to keep log archives (defaults to 7)
185
+ | The maximum number of archive log files to keep (defaults to 7).
186
186
|===
187
187
188
188
Original file line number Diff line number Diff line change 156
156
{
157
157
"name" : " logging.file.max-history" ,
158
158
"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." ,
160
160
"sourceType" : " org.springframework.boot.context.logging.LoggingApplicationListener" ,
161
161
"defaultValue" : 7 ,
162
162
"deprecation" : {
194
194
{
195
195
"name" : " logging.logback.rollingpolicy.max-history" ,
196
196
"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 ." ,
198
198
"sourceType" : " org.springframework.boot.context.logging.LoggingApplicationListener" ,
199
199
"defaultValue" : 7
200
200
},
You can’t perform that action at this time.
0 commit comments