|
|
@@ -5,5 +5,6 @@ var loggingConfig = { // eslint-disable-line no-unused-vars
|
|
5
|
5
|
// Option to disable LogCollector (which stores the logs on CallStats)
|
|
6
|
6
|
//disableLogCollector: true,
|
|
7
|
7
|
// Logging level adjustments for verbose modules:
|
|
8
|
|
- 'modules/xmpp/strophe.util.js': 'log'
|
|
|
8
|
+ 'modules/xmpp/strophe.util.js': 'log',
|
|
|
9
|
+ 'modules/statistics/CallStats.js': 'info'
|
|
9
|
10
|
};
|