commit 82f72ab7098c6086183cf69af6ca634ba625fdbb parent 918d837a72ff6cf0a89046e3b2861fe4cf4aa982 Author: MS <ms@taler.net> Date: Sun, 12 Jun 2022 18:10:42 +0200 logging Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt @@ -204,7 +204,7 @@ private suspend fun ApplicationCall.respondEbicsKeyManagement( } } val text = XMLUtil.convertJaxbToString(responseXml) - logger.info("responding with:\n${text}") + // logger.info("responding with:\n${text}") if (!XMLUtil.validateFromString(text)) throw SandboxError( HttpStatusCode.InternalServerError, "Outgoint EBICS key management response is invalid"