jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined

This commit is contained in:
Matthias Kesler
2023-12-03 09:28:06 +01:00
committed by GitHub
parent e6a0c0461e
commit 71b3892d64
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
{{ if .Env.SENTRY_DSN }}
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
{{ else }}
handlers=java.util.logging.ConsoleHandler