fix(logging) reduce overly vebose logging

It huurts performance on mobile. It can still be enabled by setting the level to
debug / trace.
This commit is contained in:
Saúl Ibarra Corretgé 2021-07-28 21:38:35 +02:00 committed by Saúl Ibarra Corretgé
parent 2e539ba010
commit 09af88088d
1 changed files with 3 additions and 0 deletions

View File

@ -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'
};