Explorar el Código

jibri: fix log location template

Jean-Vincent kassi hace 2 años
padre
commit
cffab8f429
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jibri/rootfs/defaults/logging.properties

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

@@ -1,4 +1,4 @@
-{{ $JIBRI_LOGS_DIR := .Env.JIBRI_LOGS_DIR | default /config/logs -}}
+{{ $JIBRI_LOGS_DIR := .Env.JIBRI_LOGS_DIR | default "/config/logs" -}}
 
 handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler