Skip to content

Commit cffab8f

Browse files
authored
jibri: fix log location template
1 parent 94833b5 commit cffab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jibri/rootfs/defaults/logging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $JIBRI_LOGS_DIR := .Env.JIBRI_LOGS_DIR | default /config/logs -}}
1+
{{ $JIBRI_LOGS_DIR := .Env.JIBRI_LOGS_DIR | default "/config/logs" -}}
22

33
handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler
44

0 commit comments

Comments
 (0)