Commit c05b3874 authored by Stephane Nicoll's avatar Stephane Nicoll

Add metadata for logging.level

Closes gh-1992
parent efe50ebc
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
"description": "The name of the log file.", "description": "The name of the log file.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener" "sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
}, },
{
"name": "logging.level",
"type": "java.util.Map<java.lang.String,java.lang.Object>",
"description": "The log levels. Use 'root' for the root logger.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
},
{ {
"name": "logging.path", "name": "logging.path",
"type": "java.lang.String", "type": "java.lang.String",
......
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