Преглед на файлове

jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined

Matthias Kesler преди 1 година
родител
ревизия
71b3892
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      jicofo/rootfs/defaults/logging.properties
  2. 1 1
      jigasi/rootfs/defaults/logging.properties
  3. 1 1
      jvb/rootfs/defaults/logging.properties

+ 1 - 1
jicofo/rootfs/defaults/logging.properties

@@ -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

+ 1 - 1
jigasi/rootfs/defaults/logging.properties

@@ -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

+ 1 - 1
jvb/rootfs/defaults/logging.properties

@@ -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