jicofo,jigasi,jvb: fix accidentally enabling Sentry

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1724
This commit is contained in:
Saúl Ibarra Corretgé
2024-01-30 08:56:05 +01:00
parent 102281ecc7
commit b0092bcf65
3 changed files with 3 additions and 5 deletions

View File

@@ -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
@@ -13,4 +13,3 @@ io.sentry.jul.SentryHandler.level=WARNING
# Enable debug packets logging
#org.jitsi.impl.protocol.xmpp.level=FINE