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