mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Jitsi update - sentry logging added
This commit is contained in:
parent
12832d8a68
commit
55860bf38f
@ -1,4 +1,8 @@
|
|||||||
|
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||||
|
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||||
|
{{ else }}
|
||||||
handlers= java.util.logging.ConsoleHandler
|
handlers= java.util.logging.ConsoleHandler
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
java.util.logging.ConsoleHandler.level = ALL
|
java.util.logging.ConsoleHandler.level = ALL
|
||||||
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
||||||
@ -10,6 +14,7 @@ net.sf.level=SEVERE
|
|||||||
net.java.sip.communicator.plugin.reconnectplugin.level=FINE
|
net.java.sip.communicator.plugin.reconnectplugin.level=FINE
|
||||||
org.ice4j.level=SEVERE
|
org.ice4j.level=SEVERE
|
||||||
org.jitsi.impl.neomedia.level=SEVERE
|
org.jitsi.impl.neomedia.level=SEVERE
|
||||||
|
io.sentry.jul.SentryHandler.level=WARNING
|
||||||
|
|
||||||
# Do not worry about missing strings
|
# Do not worry about missing strings
|
||||||
net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE
|
net.java.sip.communicator.service.resources.AbstractResourcesService.level=SEVERE
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
|
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||||
|
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||||
|
{{ else }}
|
||||||
handlers= java.util.logging.ConsoleHandler
|
handlers= java.util.logging.ConsoleHandler
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
java.util.logging.ConsoleHandler.level = ALL
|
java.util.logging.ConsoleHandler.level = ALL
|
||||||
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
||||||
@ -8,6 +12,7 @@ net.java.sip.communicator.util.ScLogFormatter.programname=JVB
|
|||||||
.level=INFO
|
.level=INFO
|
||||||
|
|
||||||
org.jitsi.videobridge.xmpp.ComponentImpl.level=FINE
|
org.jitsi.videobridge.xmpp.ComponentImpl.level=FINE
|
||||||
|
io.sentry.jul.SentryHandler.level=WARNING
|
||||||
|
|
||||||
# All of the INFO level logs from MediaStreamImpl are unnecessary in the context of jitsi-videobridge.
|
# All of the INFO level logs from MediaStreamImpl are unnecessary in the context of jitsi-videobridge.
|
||||||
org.jitsi.impl.neomedia.MediaStreamImpl.level=WARNING
|
org.jitsi.impl.neomedia.MediaStreamImpl.level=WARNING
|
||||||
|
Loading…
Reference in New Issue
Block a user