Skip to content

Commit

Permalink
Fix metadata for deprecated logging.file properties
Browse files Browse the repository at this point in the history
See gh-23609

Closes gh-23995
  • Loading branch information
snicoll committed Nov 2, 2020
1 parent 62f26ee commit b67d746
Showing 1 changed file with 5 additions and 10 deletions.
Expand Up @@ -120,8 +120,7 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz",
"deprecation": {
"replacement": "logging.logback.rollingpolicy.file-name-pattern",
"level": "error"
"replacement": "logging.logback.rollingpolicy.file-name-pattern"
}
},
{
Expand All @@ -131,8 +130,7 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": false,
"deprecation": {
"replacement": "logging.logback.rollingpolicy.clean-history-on-start",
"level": "error"
"replacement": "logging.logback.rollingpolicy.clean-history-on-start"
}
},
{
Expand All @@ -142,8 +140,7 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "10MB",
"deprecation": {
"replacement": "logging.logback.rollingpolicy.max-file-size",
"level": "error"
"replacement": "logging.logback.rollingpolicy.max-file-size"
}
},
{
Expand All @@ -153,8 +150,7 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "0B",
"deprecation": {
"replacement": "logging.logback.rollingpolicy.total-size-cap",
"level": "error"
"replacement": "logging.logback.rollingpolicy.total-size-cap"
}
},
{
Expand All @@ -164,8 +160,7 @@
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": 7,
"deprecation": {
"replacement": "logging.logback.rollingpolicy.max-history",
"level": "error"
"replacement": "logging.logback.rollingpolicy.max-history"
}
},
{
Expand Down

0 comments on commit b67d746

Please sign in to comment.