From 4ce621951c973913d80d348870a5f5a29b6ef287 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 2 Dec 2014 14:57:49 +0100 Subject: [PATCH] Add debug property to meta-data Closes gh-2044 --- .../META-INF/additional-spring-configuration-metadata.json | 7 +++++++ 1 file changed, 7 insertions(+) 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 3424fcdc52..72a57d798e 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 @@ -4,6 +4,13 @@ "type": "org.springframework.boot.logging.LoggingApplicationListener" } ],"properties": [ + { + "name": "debug", + "type": "java.lang.Boolean", + "description": "Enable debug logs.", + "sourceType": "org.springframework.boot.logging.LoggingApplicationListener", + "defaultValue": false + }, { "name": "logging.config", "type": "java.lang.String",