Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

28 rindas
851 B

  1. {% raw %}
  2. {{ if .Env.SENTRY_DSN | default "0" | toBool }}
  3. handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
  4. {{ else }}
  5. handlers= java.util.logging.ConsoleHandler
  6. {{ end }}
  7. {% endraw %}
  8. java.util.logging.ConsoleHandler.level = ALL
  9. java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
  10. net.java.sip.communicator.util.ScLogFormatter.programname=Jicofo
  11. .level=INFO
  12. net.sf.level=SEVERE
  13. net.java.sip.communicator.plugin.reconnectplugin.level=FINE
  14. org.ice4j.level=SEVERE
  15. org.jitsi.impl.neomedia.level=SEVERE
  16. io.sentry.jul.SentryHandler.level=WARNING
  17. # Do not worry about missing strings
  18. net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE
  19. #net.java.sip.communicator.service.protocol.level=ALL
  20. # Enable debug packets logging
  21. #org.jitsi.impl.protocol.xmpp.level=FINE