Browse Source

jibri: fix log location template

Jean-Vincent kassi 2 năm trước cách đây
mục cha
commit
cffab8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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