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")