jicofo,jigasi,jvb: fix accidentally enabling Sentry
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1724
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ if .Env.SENTRY_DSN }}
|
||||
{{ if .Env.SENTRY_DSN | toBool }}
|
||||
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||
{{ else }}
|
||||
handlers= java.util.logging.ConsoleHandler
|
||||
@@ -10,4 +10,3 @@ org.jitsi.utils.logging2.JitsiLogFormatter.programname=JVB
|
||||
|
||||
.level=INFO
|
||||
io.sentry.jul.SentryHandler.level=WARNING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user