選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

logging_config.js 423B

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. // Logging level adjustments for verbose modules:
  8. 'modules/xmpp/strophe.util.js': 'log',
  9. 'modules/statistics/CallStats.js': 'info'
  10. };