Merge pull request #17567 from lihongmingming

* pr/17567:
  Polish "Clarify description of "logging.file.max-history""
  Clarify description of "logging.file.max-history"

Closes gh-17567
This commit is contained in:
Stephane Nicoll 2019-07-24 11:36:37 +02:00
commit 5a019cf14a

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
},