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:
parent
2e539ba010
commit
09af88088d
|
@ -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'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue