Sfoglia il codice sorgente

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 anni fa
parent
commit
09af88088d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      logging_config.js

+ 3
- 0
logging_config.js Vedi File

12
     // {@link #defaultLogLevel}:
12
     // {@link #defaultLogLevel}:
13
     'modules/RTC/TraceablePeerConnection.js': 'info',
13
     'modules/RTC/TraceablePeerConnection.js': 'info',
14
     'modules/statistics/CallStats.js': 'info',
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
     'modules/xmpp/strophe.util.js': 'log'
18
     'modules/xmpp/strophe.util.js': 'log'
16
 };
19
 };
17
 
20
 

Loading…
Annulla
Salva