9 lines
376 B
JavaScript
9 lines
376 B
JavaScript
// Logging configuration
|
|
var loggingConfig = { // eslint-disable-line no-unused-vars
|
|
//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'
|
|
}; |