Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
03139f06
Commit
03139f06
authored
Jan 16, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Remove deprecated logging properties"
See gh-19699
parent
7031a3b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
20 deletions
+18
-20
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+18
-20
No files found.
spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
03139f06
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment