浏览代码

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é 4 年前
父节点
当前提交
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
 

正在加载...
取消
保存