commit c7ddd3e6ee289f2f26e9ab42f780af56e80b3a10 parent e7731fe8dadbafd5fbb80d1d258454f9bad8f52e Author: MS <ms@taler.net> Date: Thu, 16 Jun 2022 12:02:44 +0200 disable verbose log line Diffstat:
| M | 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 @@ -62,7 +62,7 @@ private suspend inline fun HttpClient.postToBank(url: String, body: String): Str e.message ?: "Could not reach the bank" ) } - logger.debug("Receiving: $response") + // logger.debug("Receiving: $response") return response }