Skip to content

Commit

Permalink
Merge pull request #28448 from ghusta
Browse files Browse the repository at this point in the history
* pr/28448:
  Polish "Fix description of "logging.logback.rollingpolicy.max-history""
  Fix description of "logging.logback.rollingpolicy.max-history"

Closes gh-28448
  • Loading branch information
snicoll committed Oct 28, 2021
2 parents 30a75e8 + 265199f commit e4c96b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -2197,7 +2197,7 @@ The following rotation policy properties are supported:
| The maximum amount of size log archives can take before being deleted.

| configprop:logging.logback.rollingpolicy.max-history[]
| The number of days to keep log archives (defaults to 7)
| The maximum number of archive log files to keep (defaults to 7).
|===


Expand Down
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 e4c96b3

Please sign in to comment.