Revert "jicofo, jigasi, jvb: fix SENTRY_DSN not being read"
This reverts commit fa2b4db2d1.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{{ $SENTRY_DSN := .Env.SENTRY_DSN | default $JICOFO_SENTRY_DSN -}}
|
||||
|
||||
{{ if $SENTRY_DSN }}
|
||||
{{ if .Env.SENTRY_DSN | default "0" | toBool }}
|
||||
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