log: CallStats log level 'info'
Reduces the log level for the CallStats module to 'info', because recent changes are adding a lot of debug logs.
This commit is contained in:
parent
35ba6cef4e
commit
a9d9dc6658
|
@ -5,5 +5,6 @@ var loggingConfig = { // eslint-disable-line no-unused-vars
|
||||||
// Option to disable LogCollector (which stores the logs on CallStats)
|
// Option to disable LogCollector (which stores the logs on CallStats)
|
||||||
//disableLogCollector: true,
|
//disableLogCollector: true,
|
||||||
// Logging level adjustments for verbose modules:
|
// Logging level adjustments for verbose modules:
|
||||||
'modules/xmpp/strophe.util.js': 'log'
|
'modules/xmpp/strophe.util.js': 'log',
|
||||||
|
'modules/statistics/CallStats.js': 'info'
|
||||||
};
|
};
|
Loading…
Reference in New Issue