소스 검색

[console] Disable network log in testing

Karlatemp 3 년 전
부모
커밋
a3f9755e8e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      mirai-console/backend/integration-test/src/IntegrationTestBootstrap.kt

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