Procházet zdrojové kódy

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 před 8 roky
rodič
revize
a9d9dc6658
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      logging_config.js

+ 2
- 1
logging_config.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit