Quellcode durchsuchen

[console] Disable network log in testing

Karlatemp vor 3 Jahren
Ursprung
Commit
a3f9755e8e

+ 2 - 0
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) {