ソースを参照

fix(logging): Set the log level to debug again.

Plan is to make the Strophe logs more restrictive.
Revert "fix(logging) reduce overly vebose logging"

This reverts commit 09af88088d.
master
Jaya Allamsetty 3年前
コミット
a31a10ba38
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      logging_config.js

+ 0
- 3
logging_config.js ファイルの表示

@@ -12,9 +12,6 @@ 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',
18 15
     'modules/xmpp/strophe.util.js': 'log'
19 16
 };
20 17
 

読み込み中…
キャンセル
保存