libeufin

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

commit de667818328e178f7932e34294cc3be80388a0e1
parent 8a5ccfa9b95da1582d7720e6e2862b64bd8040f4
Author: MS <ms@taler.net>
Date:   Thu,  6 Apr 2023 17:52:31 +0200

Logging: reducing verbosity.

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt @@ -56,7 +56,7 @@ private suspend inline fun HttpClient.postToBank(url: String, body: String): Str ) } catch (e: Exception) { - logger.error("Exception during request", e) + logger.error("Exception during request ${e.message}") throw NexusError( HttpStatusCode.BadGateway, e.message ?: "Could not reach the bank"