Merge branch '2.0.x' into 2.1.x
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user