From a31a10ba386bbc0129c078791bba05ce1de34e2d Mon Sep 17 00:00:00 2001 From: Jaya Allamsetty Date: Fri, 6 Aug 2021 12:33:40 -0400 Subject: [PATCH] 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 09af88088ded3ab5e8343f6ebedeffc8d752f95f. --- logging_config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/logging_config.js b/logging_config.js index 71e55f2d7..ffdb6052d 100644 --- a/logging_config.js +++ b/logging_config.js @@ -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' };