Skip to content

Commit 03139f0

Browse files
committed
Polish "Remove deprecated logging properties"
See gh-19699
1 parent 7031a3b commit 03139f0

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

Diff for: spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+18-20
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@
7979
"defaultValue": "%wEx",
8080
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
8181
},
82-
{
83-
"name": "logging.file",
84-
"type": "java.lang.String",
85-
"description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.",
86-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
87-
"deprecation": {
88-
"replacement": "logging.file.name",
89-
"level": "error"
90-
}
91-
},
9282
{
9383
"name": "logging.file.clean-history-on-start",
9484
"type": "java.lang.Boolean",
@@ -141,16 +131,6 @@
141131
"description": "Log levels severity mapping. For instance, `logging.level.org.springframework=DEBUG`.",
142132
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
143133
},
144-
{
145-
"name": "logging.path",
146-
"type": "java.lang.String",
147-
"description": "Location of the log file. For instance, `/var/log`.",
148-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
149-
"deprecation": {
150-
"replacement": "logging.file.path",
151-
"level": "error"
152-
}
153-
},
154134
{
155135
"name": "logging.pattern.console",
156136
"type": "java.lang.String",
@@ -835,6 +815,24 @@
835815
"level": "error"
836816
}
837817
},
818+
{
819+
"name": "logging.file",
820+
"type": "java.lang.String",
821+
"description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.",
822+
"deprecation": {
823+
"replacement": "logging.file.name",
824+
"level": "error"
825+
}
826+
},
827+
{
828+
"name": "logging.path",
829+
"type": "java.lang.String",
830+
"description": "Location of the log file. For instance, `/var/log`.",
831+
"deprecation": {
832+
"replacement": "logging.file.path",
833+
"level": "error"
834+
}
835+
},
838836
{
839837
"name": "spring.application.index",
840838
"type": "java.lang.Integer",

0 commit comments

Comments
 (0)