Przeglądaj źródła

fix(logging) reduce overly vebose logging

It huurts performance on mobile. It can still be enabled by setting the level to
debug / trace.
master
Saúl Ibarra Corretgé 3 lat temu
rodzic
commit
09af88088d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      logging_config.js

+ 3
- 0
logging_config.js Wyświetl plik

@@ -12,6 +12,9 @@ var loggingConfig = {
12 12
     // {@link #defaultLogLevel}:
13 13
     'modules/RTC/TraceablePeerConnection.js': 'info',
14 14
     'modules/statistics/CallStats.js': 'info',
15
+    'modules/sdp/SDPUtil.js': 'info',
16
+    'modules/xmpp/JingleSessionPC.js': 'info',
17
+    'modules/xmpp/strophe.jingle.js': 'info',
15 18
     'modules/xmpp/strophe.util.js': 'log'
16 19
 };
17 20
 

Ładowanie…
Anuluj
Zapisz