From 15f22651f85ba4e0405b6e2fe87e8bd84151c11d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 1 Oct 2015 11:38:48 +0100 Subject: [PATCH] Add logging.pattern.level to config metadata --- .../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 e9ceb95e0d..0fe597b18e 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 @@ -60,6 +60,12 @@ "description": "Appender pattern for output to the file. Only supported with the default logback setup.", "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" }, + { + "name": "logging.pattern.level", + "type": "java.lang.String", + "description": "Appender pattern for log level (default %5p). Only supported with the default logback setup.", + "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" + }, { "name": "logging.path", "type": "java.lang.String",