logging.properties 468 B

1234567891011121314
  1. handlers= java.util.logging.ConsoleHandler
  2. java.util.logging.ConsoleHandler.level = ALL
  3. java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
  4. net.java.sip.communicator.util.ScLogFormatter.programname=JVB
  5. .level=INFO
  6. org.jitsi.videobridge.xmpp.ComponentImpl.level=FINE
  7. # All of the INFO level logs from MediaStreamImpl are unnecessary in the context of jitsi-videobridge.
  8. org.jitsi.impl.neomedia.MediaStreamImpl.level=WARNING