diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/logback/DefaultLogbackConfiguration.java b/spring-boot/src/main/java/org/springframework/boot/logging/logback/DefaultLogbackConfiguration.java index 7f4f31f3c50..377b758410c 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/logback/DefaultLogbackConfiguration.java +++ b/spring-boot/src/main/java/org/springframework/boot/logging/logback/DefaultLogbackConfiguration.java @@ -32,8 +32,8 @@ import ch.qos.logback.core.util.OptionHelper; /** * Default logback configuration used by Spring Boot. Uses {@link LogbackConfigurator} to - * improve startup time. See also the {@code base.xml}, {@code console-appender.xml} and - * {@code file-appender.xml} files provided for classic {@code logback.xml} use. + * improve startup time. See also the {@code defaults.xml}, {@code console-appender.xml} + * and {@code file-appender.xml} files provided for classic {@code logback.xml} use. * * @author Phillip Webb * @since 1.1.2 diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml index 047abff088e..0ba7cad843e 100644 --- a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml @@ -1,35 +1,15 @@ - - - - - - - - org.springframework.boot - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml new file mode 100644 index 00000000000..b99ee86987e --- /dev/null +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + org.springframework.boot + + + + + + + + + + + + + + + + + + +