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
.
This commit is contained in:
parent
1433a1ee5d
commit
a31a10ba38
|
@ -12,9 +12,6 @@ var loggingConfig = {
|
||||||
// {@link #defaultLogLevel}:
|
// {@link #defaultLogLevel}:
|
||||||
'modules/RTC/TraceablePeerConnection.js': 'info',
|
'modules/RTC/TraceablePeerConnection.js': 'info',
|
||||||
'modules/statistics/CallStats.js': 'info',
|
'modules/statistics/CallStats.js': 'info',
|
||||||
'modules/sdp/SDPUtil.js': 'info',
|
|
||||||
'modules/xmpp/JingleSessionPC.js': 'info',
|
|
||||||
'modules/xmpp/strophe.jingle.js': 'info',
|
|
||||||
'modules/xmpp/strophe.util.js': 'log'
|
'modules/xmpp/strophe.util.js': 'log'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue