Polish "Clarify description of "logging.file.max-history""
See gh-17567
This commit is contained in:
parent
00a5528d7f
commit
057ca8f6a8
|
@ -83,7 +83,7 @@
|
||||||
{
|
{
|
||||||
"name": "logging.file.max-history",
|
"name": "logging.file.max-history",
|
||||||
"type": "java.lang.Integer",
|
"type": "java.lang.Integer",
|
||||||
"description": "Maximum number of days, archive log files are kept. Only supported with the default logback setup.",
|
"description": "Maximum number of days archive log files are kept. Only supported with the default logback setup.",
|
||||||
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue