From c05b38745724f656ee2a65096b728438a63a5533 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 24 Nov 2014 21:22:25 +0100 Subject: [PATCH] Add metadata for logging.level Closes gh-1992 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ++++++ 1 file changed, 6 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 f9b511bab7..3da48ac92e 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 @@ -16,6 +16,12 @@ "description": "The name of the log file.", "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" }, + { + "name": "logging.level", + "type": "java.util.Map", + "description": "The log levels. Use 'root' for the root logger.", + "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" + }, { "name": "logging.path", "type": "java.lang.String",