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:
paweldomas 2017-04-11 13:07:50 -05:00
parent 35ba6cef4e
commit a9d9dc6658
1 changed files with 2 additions and 1 deletions

View File

@ -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'
}; };