Merge pull request #1487 from jitsi/p2p_callstats
CallStats log level 'info'
This commit is contained in:
commit
4ef8172f8d
|
@ -5,5 +5,6 @@ var loggingConfig = { // eslint-disable-line no-unused-vars
|
|||
// Option to disable LogCollector (which stores the logs on CallStats)
|
||||
//disableLogCollector: true,
|
||||
// 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