Merge branch '2.0.x' into 2.1.x

pull/16247/head
Andy Wilkinson 6 years ago
commit 9963ed1249

@ -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();
} }

Loading…
Cancel
Save