Associate logging.* properties to group

This commit is contained in:
Stephane Nicoll 2014-11-21 17:43:32 +01:00
parent 2b19955cee
commit 2f4a46a180
1 changed files with 6 additions and 3 deletions

View File

@ -7,17 +7,20 @@
{
"name": "logging.config",
"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",
"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",
"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",