File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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