選択できるのは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. };