Skip to content

Commit

Permalink
Fix description of "logging.logback.rollingpolicy.max-history"
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta authored and snicoll committed Oct 28, 2021
1 parent 30a75e8 commit a05b220
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
{
"name": "logging.file.max-history",
"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",
"defaultValue": 7,
"deprecation": {
Expand Down Expand Up @@ -194,7 +194,7 @@
{
"name": "logging.logback.rollingpolicy.max-history",
"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",
"defaultValue": 7
},
Expand Down

0 comments on commit a05b220

Please sign in to comment.