|
|
@ -156,7 +156,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 archive log files to keep. Only supported with the default logback setup.",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"defaultValue": 7,
|
|
|
|
"defaultValue": 7,
|
|
|
|
"deprecation": {
|
|
|
|
"deprecation": {
|
|
|
@ -194,7 +194,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "logging.logback.rollingpolicy.max-history",
|
|
|
|
"name": "logging.logback.rollingpolicy.max-history",
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
"description": "Maximum number of days archive log files are kept.",
|
|
|
|
"description": "Maximum number of archive log files to keep.",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"defaultValue": 7
|
|
|
|
"defaultValue": 7
|
|
|
|
},
|
|
|
|
},
|
|
|
|