Explorar el Código

auto commit

dev8
jfinn hace 4 años
padre
commit
bc4359260b
Se han modificado 1 ficheros con 0 adiciones y 18 borrados
  1. 0
    18
      logging_config.js

+ 0
- 18
logging_config.js Ver fichero

2
 
2
 
3
 // Logging configuration
3
 // Logging configuration
4
 var loggingConfig = {
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
     // default log level for the app and lib-jitsi-meet
5
     // default log level for the app and lib-jitsi-meet
24
     defaultLogLevel: 'trace',
6
     defaultLogLevel: 'trace',
25
 
7
 

Loading…
Cancelar
Guardar