From f6d8e60eb75733cf9996bffb3c6ecb586f377da6 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 1 Aug 2024 14:00:57 +0100 Subject: Fix Drools-Apps executing policies - hibernate dependencies were causing conflicts; updated to latest hibernate-core with all the required deps. - adjusted some variables to be correctly read by properties parser. - added STDOUT option to logback.xml to be able to get logs from controllers/features when using docker logs command. Issue-ID: POLICY-4955 Change-Id: Id3475fc77a63c46697c437bd413ebc1f97b731af Signed-off-by: adheli.tavares --- policy-management/src/main/server/config/logback.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'policy-management/src') diff --git a/policy-management/src/main/server/config/logback.xml b/policy-management/src/main/server/config/logback.xml index 1bd7770b..4e6756d9 100644 --- a/policy-management/src/main/server/config/logback.xml +++ b/policy-management/src/main/server/config/logback.xml @@ -3,6 +3,7 @@ policy-management ================================================================================ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -137,11 +138,18 @@ + + + ${debugPattern} + + + + -- cgit