Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Andy Wilkinson 2019-03-07 09:25:31 +00:00
commit 9963ed1249

View File

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