|
|
@ -141,8 +141,9 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void testBasicConfigLocation() {
|
|
|
|
public void defaultConfigConfiguresAConsoleAppender() {
|
|
|
|
this.loggingSystem.beforeInitialize();
|
|
|
|
this.loggingSystem.beforeInitialize();
|
|
|
|
|
|
|
|
this.loggingSystem.initialize(this.initializationContext, null, null);
|
|
|
|
assertThat(getConsoleAppender()).isNotNull();
|
|
|
|
assertThat(getConsoleAppender()).isNotNull();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|