Skip to content

Commit f46894d

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents 9963ed1 + 17a1b28 commit f46894d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public void setup() {
107107
public void clear() {
108108
super.clear();
109109
this.loggingSystem.cleanUp();
110+
((LoggerContext) StaticLoggerBinder.getSingleton().getLoggerFactory()).stop();
110111
}
111112

112113
@Test

0 commit comments

Comments
 (0)