You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

logging_config.js 286B

12345678
  1. // Logging configuration
  2. var loggingConfig = { // eslint-disable-line no-unused-vars
  3. //default log level for the app and lib-jitsi-meet
  4. //defaultLogLevel: 'trace',
  5. // Examples:
  6. //'modules/version/ComponentsVersions.js': 'info',
  7. //'modules/xmpp/ChatRoom.js': 'log'
  8. };