jibri: fix log location template
This commit is contained in:
committed by
GitHub
parent
94833b5abf
commit
cffab8f429
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user