mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-04 07:44:42 +08:00
Disable mirai.debug.network.state.observer.logging
in tests
This commit is contained in:
parent
679e61e4d0
commit
91b5a5da58
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user