Kaynağa Gözat

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 8 yıl önce
ebeveyn
işleme
a9d9dc6658
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      logging_config.js

+ 2
- 1
logging_config.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet