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:
Jaya Allamsetty
2021-08-06 12:33:40 -04:00
committed by Jaya Allamsetty
parent 1433a1ee5d
commit a31a10ba38

View File

@@ -12,9 +12,6 @@ var loggingConfig = {
// {@link #defaultLogLevel}:
'modules/RTC/TraceablePeerConnection.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'
};