gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Logging: reducing verbosity.


From: gnunet
Subject: [libeufin] branch master updated: Logging: reducing verbosity.
Date: Thu, 06 Apr 2023 17:55:11 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new de667818 Logging: reducing verbosity.
de667818 is described below

commit de667818328e178f7932e34294cc3be80388a0e1
Author: MS <ms@taler.net>
AuthorDate: Thu Apr 6 17:52:31 2023 +0200

    Logging: reducing verbosity.
---
 nexus/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
index f24ed637..85006012 100644
--- 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]