|
@@ -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
|
|