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",