Commit 03139f06 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Remove deprecated logging properties"

See gh-19699
parent 7031a3b1
...@@ -79,16 +79,6 @@ ...@@ -79,16 +79,6 @@
"defaultValue": "%wEx", "defaultValue": "%wEx",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
}, },
{
"name": "logging.file",
"type": "java.lang.String",
"description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"deprecation": {
"replacement": "logging.file.name",
"level": "error"
}
},
{ {
"name": "logging.file.clean-history-on-start", "name": "logging.file.clean-history-on-start",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
...@@ -141,16 +131,6 @@ ...@@ -141,16 +131,6 @@
"description": "Log levels severity mapping. For instance, `logging.level.org.springframework=DEBUG`.", "description": "Log levels severity mapping. For instance, `logging.level.org.springframework=DEBUG`.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
}, },
{
"name": "logging.path",
"type": "java.lang.String",
"description": "Location of the log file. For instance, `/var/log`.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"deprecation": {
"replacement": "logging.file.path",
"level": "error"
}
},
{ {
"name": "logging.pattern.console", "name": "logging.pattern.console",
"type": "java.lang.String", "type": "java.lang.String",
...@@ -835,6 +815,24 @@ ...@@ -835,6 +815,24 @@
"level": "error" "level": "error"
} }
}, },
{
"name": "logging.file",
"type": "java.lang.String",
"description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.",
"deprecation": {
"replacement": "logging.file.name",
"level": "error"
}
},
{
"name": "logging.path",
"type": "java.lang.String",
"description": "Location of the log file. For instance, `/var/log`.",
"deprecation": {
"replacement": "logging.file.path",
"level": "error"
}
},
{ {
"name": "spring.application.index", "name": "spring.application.index",
"type": "java.lang.Integer", "type": "java.lang.Integer",
......
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