From a9d9dc66586a3a53c7f365fb19b704027c45fdee Mon Sep 17 00:00:00 2001 From: paweldomas Date: Tue, 11 Apr 2017 13:07:50 -0500 Subject: [PATCH] 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. --- logging_config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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