From 2ed7d04de755dc3c27b861df83ddba375a1319ea Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Mon, 8 Jan 2024 16:50:36 +0100 Subject: [PATCH] fix logging configuration path by adding a missing / (#662) only point at log4j2.properties in the georchestra datadir, apparently that property doesn't have the support for config path priorities --- web/src/main/resources/log4j2.component.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/log4j2.component.properties b/web/src/main/resources/log4j2.component.properties index ea7c4385c..808b84777 100644 --- a/web/src/main/resources/log4j2.component.properties +++ b/web/src/main/resources/log4j2.component.properties @@ -1 +1 @@ -log4j.configurationFile=classpath:log4j2.properties,${sys:georchestra.datadir}mapstore/log4j2.properties +log4j.configurationFile=${sys:georchestra.datadir}/mapstore/log4j2.properties