From 91b5a5da584fef5de7096fbd36f66228c64be6cb Mon Sep 17 00:00:00 2001 From: Him188 Date: Sun, 6 Jun 2021 16:35:56 +0800 Subject: [PATCH] Disable `mirai.debug.network.state.observer.logging` in tests --- mirai-core/src/commonTest/kotlin/test/initPlatform.common.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core/src/commonTest/kotlin/test/initPlatform.common.kt b/mirai-core/src/commonTest/kotlin/test/initPlatform.common.kt index 130dcb9bc..58decdd3b 100644 --- a/mirai-core/src/commonTest/kotlin/test/initPlatform.common.kt +++ b/mirai-core/src/commonTest/kotlin/test/initPlatform.common.kt @@ -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")