jiti-meet/logging_config.js

16 lines
478 B
JavaScript
Raw Normal View History

/* eslint-disable no-unused-vars, no-var */
2016-11-21 21:08:39 +00:00
// Logging configuration
var loggingConfig = {
// default log level for the app and lib-jitsi-meet
defaultLogLevel: 'trace',
// Option to disable LogCollector (which stores the logs on CallStats)
// disableLogCollector: true,
// Logging level adjustments for verbose modules:
'modules/xmpp/strophe.util.js': 'log',
'modules/statistics/CallStats.js': 'info'
};
/* eslint-enable no-unused-vars, no-var */