mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Cleanup logging so execution order is unimportant
Fixes gh-3341
This commit is contained in:
committed by
Phillip Webb
parent
8e78ba8ce7
commit
59bf850da1
+1
@@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests {
|
||||
if (this.context != null) {
|
||||
this.context.close();
|
||||
}
|
||||
LoggingSystem.get(getClass().getClassLoader()).cleanUp();
|
||||
}
|
||||
|
||||
private String tmpDir() {
|
||||
|
||||
Reference in New Issue
Block a user