diff --git a/logging_config.js b/logging_config.js index 54103c1e8..5dd95b3ba 100644 --- a/logging_config.js +++ b/logging_config.js @@ -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' }; \ No newline at end of file