From cffab8f42913610660da16889e82651d78221ac1 Mon Sep 17 00:00:00 2001 From: Jean-Vincent kassi Date: Mon, 13 Jun 2022 09:36:36 +0000 Subject: [PATCH] jibri: fix log location template --- jibri/rootfs/defaults/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jibri/rootfs/defaults/logging.properties b/jibri/rootfs/defaults/logging.properties index e40314c..3789322 100644 --- a/jibri/rootfs/defaults/logging.properties +++ b/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