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
|
||||
|
||||
Reference in New Issue
Block a user