Disable mirai.debug.network.state.observer.logging in tests

This commit is contained in:
Him188 2021-06-06 16:35:56 +08:00
parent 679e61e4d0
commit 91b5a5da58

View File

@ -24,7 +24,7 @@ abstract class AbstractTest {
init {
initPlatform()
System.setProperty("mirai.debug.network.state.observer.logging", "full")
System.setProperty("mirai.debug.network.state.observer.logging", "false")
System.setProperty("mirai.debug.network.show.all.components", "true")
System.setProperty("mirai.debug.network.show.components.creation.stacktrace", "true")