2016-11-21 21:08:39 +00:00
|
|
|
// Logging configuration
|
|
|
|
var loggingConfig = { // eslint-disable-line no-unused-vars
|
|
|
|
//default log level for the app and lib-jitsi-meet
|
2016-12-01 16:56:35 +00:00
|
|
|
defaultLogLevel: 'trace',
|
2016-11-23 14:33:55 +00:00
|
|
|
// Option to disable LogCollector (which stores the logs on CallStats)
|
|
|
|
//disableLogCollector: true,
|
2016-12-01 16:56:35 +00:00
|
|
|
// Logging level adjustments for verbose modules:
|
|
|
|
'modules/xmpp/strophe.util.js': 'log'
|
2016-11-21 21:08:39 +00:00
|
|
|
};
|