From cd53297fede475388704744b5f733ffa6b446f10 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Aug 2015 09:22:30 +0200 Subject: [PATCH] Add missing logging.pattern meta-data See gh-3405 --- .../additional-spring-configuration-metadata.json | 12 ++++++++++++ 1 file changed, 12 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 2f233f71c6..dca43aa322 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 @@ -41,6 +41,18 @@ "description": "Log levels severity mapping. Use 'root' for the root logger.", "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" }, + { + "name": "logging.pattern.console", + "type": "java.lang.String", + "description": "Appender pattern for output to the console. Only supported with the default logback setup.", + "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" + }, + { + "name": "logging.pattern.file", + "type": "java.lang.String", + "description": "Appender pattern for output to the file. Only supported with the default logback setup.", + "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" + }, { "name": "logging.path", "type": "java.lang.String",