From e25a1735f2140ea38f7fb616a2af59874d0105a9 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 9 Jan 2023 11:40:56 +0100 Subject: chore(core): change loglevel from 'error' to 'info' --- .../eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eaaf_core') diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java index ca2c92b1..6343769e 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java @@ -277,7 +277,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer } catch (final Throwable e) { // if building error response results in error, we try with with // handleErrorNoRedirect - log.error("ErrorHandling has an internel error. Show process-error in GUI ... ", e); + log.info("ErrorHandling has an internal error. Show process-error in GUI ... ", e); handleErrorNoRedirect(throwable, req, resp, false); } -- cgit v1.2.3