Browse Source

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 years ago
parent
commit
a31a10ba38
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      logging_config.js

+ 0
- 3
logging_config.js View File

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

Loading…
Cancel
Save