Browse Source

Polish "Remove deprecated logging properties"

See gh-19699
pull/19789/head
Stephane Nicoll 6 years ago
parent
commit
03139f066b
  1. 38
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

38
spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -79,16 +79,6 @@ @@ -79,16 +79,6 @@
"defaultValue": "%wEx",
"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",
"type": "java.lang.Boolean",
@ -141,16 +131,6 @@ @@ -141,16 +131,6 @@
"description": "Log levels severity mapping. For instance, `logging.level.org.springframework=DEBUG`.",
"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",
"type": "java.lang.String",
@ -835,6 +815,24 @@ @@ -835,6 +815,24 @@
"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",
"type": "java.lang.Integer",

Loading…
Cancel
Save