Commit 2f4a46a1 authored by Stephane Nicoll's avatar Stephane Nicoll

Associate logging.* properties to group

parent 2b19955c
...@@ -7,17 +7,20 @@ ...@@ -7,17 +7,20 @@
{ {
"name": "logging.config", "name": "logging.config",
"type": "java.lang.String", "type": "java.lang.String",
"description": "Location of the logging configuration file." "description": "Location of the logging configuration file.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
}, },
{ {
"name": "logging.file", "name": "logging.file",
"type": "java.lang.String", "type": "java.lang.String",
"description": "The name of the log file." "description": "The name of the log file.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
}, },
{ {
"name": "logging.path", "name": "logging.path",
"type": "java.lang.String", "type": "java.lang.String",
"description": "Location of the log file." "description": "Location of the log file.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
}, },
{ {
"name": "spring.mandatory-file-encoding", "name": "spring.mandatory-file-encoding",
......
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