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
1ce418cf
Commit
1ce418cf
authored
Jul 10, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix meta-data for logging.level property
parent
924b9f9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
appendix-configuration-metadata.adoc
...cs/src/main/asciidoc/appendix-configuration-metadata.adoc
+3
-3
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+2
-2
No files found.
spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc
View file @
1ce418cf
...
...
@@ -511,7 +511,7 @@ Since a logger name can be any arbitrary name, really, this provider should allo
value but could highlight valid packages and class names that are not available in the
project's classpath.
The meta-data snippet below corresponds to the standard `logg
er
.level` property, keys
The meta-data snippet below corresponds to the standard `logg
ing
.level` property, keys
are _logger names_ and values correspond to the the standard log levels or any custom
level:
...
...
@@ -519,7 +519,7 @@ level:
----
{"hints": [
{
"name": "logg
er
.level.keys",
"name": "logg
ing
.level.keys",
"values": [
{
"value": "root",
...
...
@@ -533,7 +533,7 @@ level:
]
},
{
"name": "logg
er
.level.values",
"name": "logg
ing
.level.values",
"values": [
{
"value": "trace"
...
...
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
1ce418cf
...
...
@@ -115,7 +115,7 @@
}
],
"hints"
:
[
{
"name"
:
"logg
er
.level.keys"
,
"name"
:
"logg
ing
.level.keys"
,
"values"
:
[
{
"value"
:
"root"
,
...
...
@@ -129,7 +129,7 @@
]
},
{
"name"
:
"logg
er
.level.values"
,
"name"
:
"logg
ing
.level.values"
,
"values"
:
[
{
"value"
:
"trace"
...
...
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