Skip to content

Commit 9963ed1

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents 80f2e22 + 83216c3 commit 9963ed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ public void withFile() throws Exception {
141141
}
142142

143143
@Test
144-
public void testBasicConfigLocation() {
144+
public void defaultConfigConfiguresAConsoleAppender() {
145145
this.loggingSystem.beforeInitialize();
146+
this.loggingSystem.initialize(this.initializationContext, null, null);
146147
assertThat(getConsoleAppender()).isNotNull();
147148
}
148149

0 commit comments

Comments
 (0)