Commit 5a019cf1 authored by Stephane Nicoll's avatar Stephane Nicoll

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
parents 30fe1061 057ca8f6
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
{ {
"name": "logging.file.max-history", "name": "logging.file.max-history",
"type": "java.lang.Integer", "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", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": 0 "defaultValue": 0
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment