您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

logging_config.js 394B

12345678910
  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. // Option to disable LogCollector (which stores the logs on CallStats)
  6. //disableLogCollector: true,
  7. // Examples:
  8. //'modules/version/ComponentsVersions.js': 'info',
  9. //'modules/xmpp/ChatRoom.js': 'log'
  10. };