jicofo, jigasi, jvb: fix SENTRY_DSN not being read
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
42a2153a15
commit
fa2b4db2d1
@@ -1,7 +1,9 @@
|
||||
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||
{{ $SENTRY_DSN := .Env.SENTRY_DSN | default $JICOFO_SENTRY_DSN -}}
|
||||
|
||||
{{ if $SENTRY_DSN }}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user