From 3009d93b023424bfabe9bbefdc24ae6173186c07 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 17 Nov 2020 09:35:06 +0100 Subject: [PATCH] Fix the daemon logs that have disappeared --- dist/src/main/distro/conf/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/src/main/distro/conf/logback.xml b/dist/src/main/distro/conf/logback.xml index 1ed19734..10d75ca3 100644 --- a/dist/src/main/distro/conf/logback.xml +++ b/dist/src/main/distro/conf/logback.xml @@ -33,7 +33,7 @@ - ${mvnd.daemon.storage}/daemon-${daemon.uid}.log + ${mvnd.daemonStorage}/daemon-${mvnd.uid}.log %d{HH:mm:ss.SSS} %.-1level %msg%n