From 2f4a46a1808569f10b2b07c7503d85444ee1453d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 21 Nov 2014 17:43:32 +0100 Subject: [PATCH] Associate logging.* properties to group --- .../additional-spring-configuration-metadata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 5a0d2df4a2..f9b511bab7 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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",