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.
|
- {% raw %}
- {{ if .Env.SENTRY_DSN | default "0" | toBool }}
- handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
- {{ else }}
- handlers= java.util.logging.ConsoleHandler
- {{ end }}
- {% endraw %}
-
- java.util.logging.ConsoleHandler.level = ALL
- java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
-
- net.java.sip.communicator.util.ScLogFormatter.programname=Jicofo
-
- .level=INFO
- net.sf.level=SEVERE
- net.java.sip.communicator.plugin.reconnectplugin.level=FINE
- org.ice4j.level=SEVERE
- org.jitsi.impl.neomedia.level=SEVERE
- io.sentry.jul.SentryHandler.level=WARNING
-
- # Do not worry about missing strings
- net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE
-
- #net.java.sip.communicator.service.protocol.level=ALL
-
- # Enable debug packets logging
- #org.jitsi.impl.protocol.xmpp.level=FINE
|