logging: fix reference to old variable
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
fa2b4db2d1
commit
8415c84c10
@@ -1,4 +1,4 @@
|
||||
{{ $SENTRY_DSN := .Env.SENTRY_DSN | default $JICOFO_SENTRY_DSN -}}
|
||||
{{ $SENTRY_DSN := .Env.SENTRY_DSN | default .Env.JICOFO_SENTRY_DSN -}}
|
||||
|
||||
{{ if $SENTRY_DSN }}
|
||||
handlers=java.util.logging.ConsoleHandler,io.sentry.jul.SentryHandler
|
||||
|
||||
Reference in New Issue
Block a user