logging.properties 624 B

1234567891011121314151617
  1. {{ if .Env.SENTRY_DSN }}
  2. handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
  3. {{ else }}
  4. handlers= java.util.logging.ConsoleHandler
  5. {{ end }}
  6. java.util.logging.ConsoleHandler.level = ALL
  7. java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
  8. net.java.sip.communicator.util.ScLogFormatter.programname=JVB
  9. .level=INFO
  10. org.jitsi.videobridge.xmpp.ComponentImpl.level=FINE
  11. io.sentry.jul.SentryHandler.level=WARNING
  12. # All of the INFO level logs from MediaStreamImpl are unnecessary in the context of jitsi-videobridge.
  13. org.jitsi.impl.neomedia.MediaStreamImpl.level=WARNING