jibri: fix log location template

This commit is contained in:
Jean-Vincent kassi 2022-06-13 09:36:36 +00:00 committed by GitHub
parent 94833b5abf
commit cffab8f429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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