Clarify description of "logging.file.max-history"

See gh-17567
This commit is contained in:
lihongmingming 2019-07-18 16:17:41 +08:00 committed by Stephane Nicoll
parent 30fe10613d
commit 00a5528d7f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
{
"name": "logging.file.max-history",
"type": "java.lang.Integer",
"description": "Maximum of archive log files to keep. 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",
"defaultValue": 0
},