From a3f9755e8ebca53a3368ca414f3292d557df7c3a Mon Sep 17 00:00:00 2001 From: Karlatemp Date: Sun, 18 Dec 2022 22:36:13 +0800 Subject: [PATCH] [console] Disable network log in testing --- .../backend/integration-test/src/IntegrationTestBootstrap.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mirai-console/backend/integration-test/src/IntegrationTestBootstrap.kt b/mirai-console/backend/integration-test/src/IntegrationTestBootstrap.kt index c37daaca7..0a3832172 100644 --- a/mirai-console/backend/integration-test/src/IntegrationTestBootstrap.kt +++ b/mirai-console/backend/integration-test/src/IntegrationTestBootstrap.kt @@ -117,6 +117,8 @@ private fun prepareConsole() { defaultPriority: ALL loggers: Bot: ALL + org.eclipse.aether.internal: INFO + org.apache.http.wire: INFO """ ) fun saveSha1(t: File) {