Quellcode durchsuchen

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.
j8
paweldomas vor 8 Jahren
Ursprung
Commit
a9d9dc6658
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      logging_config.js

+ 2
- 1
logging_config.js Datei anzeigen

@@ -5,5 +5,6 @@ var loggingConfig = { // eslint-disable-line no-unused-vars
5 5
     // Option to disable LogCollector (which stores the logs on CallStats)
6 6
     //disableLogCollector: true,
7 7
     // Logging level adjustments for verbose modules:
8
-    'modules/xmpp/strophe.util.js': 'log'
8
+    'modules/xmpp/strophe.util.js': 'log',
9
+    'modules/statistics/CallStats.js': 'info'
9 10
 };

Laden…
Abbrechen
Speichern