libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 105bed2923db9542c5c924a8861412c01ddf75ac
parent 37725bb893974f0a0c566b7acd9db435611c94bb
Author: MS <ms@taler.net>
Date:   Sat,  7 Jan 2023 13:43:19 +0100

fix loglevel

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -579,7 +579,7 @@ val sandboxApp: Application.() -> Unit = { ) } exception<EbicsRequestError> { call, cause -> - logger.info("Handling EbicsRequestError: ${cause.message}") + logger.error("Handling EbicsRequestError: ${cause.message}") respondEbicsTransfer(call, cause.errorText, cause.errorCode) } }