Просмотр исходного кода

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 лет назад
Родитель
Сommit
09af88088d
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      logging_config.js

+ 3
- 0
logging_config.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить