From 09af88088ded3ab5e8343f6ebedeffc8d752f95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 28 Jul 2021 21:38:35 +0200 Subject: [PATCH] fix(logging) reduce overly vebose logging It huurts performance on mobile. It can still be enabled by setting the level to debug / trace. --- logging_config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logging_config.js b/logging_config.js index ffdb6052d7..71e55f2d7d 100644 --- a/logging_config.js +++ b/logging_config.js @@ -12,6 +12,9 @@ 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' };