Skip to content

Commit 83216c3

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents e56580d + 3fdf281 commit 83216c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -140,8 +140,9 @@ public void withFile() throws Exception {
140140
}
141141

142142
@Test
143-
public void testBasicConfigLocation() {
143+
public void defaultConfigConfiguresAConsoleAppender() {
144144
this.loggingSystem.beforeInitialize();
145+
this.loggingSystem.initialize(this.initializationContext, null, null);
145146
assertThat(getConsoleAppender()).isNotNull();
146147
}
147148

0 commit comments

Comments
 (0)