From 7bb4a6638ab04a19172dc303d1d6b387fa064aa0 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 1 Feb 2024 07:39:57 +0100 Subject: feat(errorhandling): update configuration-model to exclude stake-trace logging # Conflicts: # eaaf_core/src/test/java/at/gv/egiz/eaaf/core/impl/idp/auth/service/TicketErrorServiceTest.java --- eaaf_core/src/test/resources/config/error_conf.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eaaf_core/src/test/resources') diff --git a/eaaf_core/src/test/resources/config/error_conf.yaml b/eaaf_core/src/test/resources/config/error_conf.yaml index 0e204e97..0536624e 100644 --- a/eaaf_core/src/test/resources/config/error_conf.yaml +++ b/eaaf_core/src/test/resources/config/error_conf.yaml @@ -91,6 +91,7 @@ - action: no_ticket externalCode: 1200 logLevel: info + writeThrowable: false internalCode: - module.binding.33 - module.binding.34 @@ -99,6 +100,7 @@ - action: no_ticket externalCode: 9199 logLevel: WARN + writeThrowable: true internalCode: - module.binding.14 - module.binding.25 -- cgit v1.2.3