소스 검색

auto commit

dev8
jfinn 4 년 전
부모
커밋
bc4359260b
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0
    18
      logging_config.js

+ 0
- 18
logging_config.js 파일 보기

@@ -2,24 +2,6 @@
2 2
 
3 3
 // Logging configuration
4 4
 var loggingConfig = {
5
-    // default log level for the app and lib-jitsi-meet
6
-    // defaultLogLevel: 'trace',
7
-    defaultLogLevel: 'error',
8
-    // defaultLogLevel: 'none',
9
-
10
-    // Option to disable LogCollector (which stores the logs on CallStats)
11
-    disableLogCollector: true,
12
-
13
-    // The following are too verbose in their logging with the
14
-    // {@link #defaultLogLevel}:
15
-    'modules/RTC/TraceablePeerConnection.js': 'error',
16
-    'modules/statistics/CallStats.js': 'error',
17
-    'modules/xmpp/strophe.util.js': 'error'
18
-};
19
-
20
-
21
-
22
-var loggingConfig_orig = {
23 5
     // default log level for the app and lib-jitsi-meet
24 6
     defaultLogLevel: 'trace',
25 7
 

Loading…
취소
저장