Skip to content

Commit 3f3966a

Browse files
committed
Merge branch '2.1.x'
2 parents 7c58d72 + 9963ed1 commit 3f3966a

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
@@ -138,8 +138,9 @@ public void withFile() {
138138
}
139139

140140
@Test
141-
public void testBasicConfigLocation() {
141+
public void defaultConfigConfiguresAConsoleAppender() {
142142
this.loggingSystem.beforeInitialize();
143+
this.loggingSystem.initialize(this.initializationContext, null, null);
143144
assertThat(getConsoleAppender()).isNotNull();
144145
}
145146

0 commit comments

Comments
 (0)