gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: logging


From: gnunet
Subject: [libeufin] branch master updated: logging
Date: Mon, 22 Jun 2020 15:45:43 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 8f48268  logging
8f48268 is described below

commit 8f482683151d429349c8c4692cc98740b4669552
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jun 22 19:15:36 2020 +0530

    logging
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index 77557f4..cf921e9 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -154,7 +154,11 @@ suspend fun fetchEbicsBySpec(
         }
     }
     for (spec in specs) {
-        fetchEbicsC5x(spec.orderType, client, bankConnectionId, 
spec.orderParams, subscriberDetails)
+        try {
+            fetchEbicsC5x(spec.orderType, client, bankConnectionId, 
spec.orderParams, subscriberDetails)
+        } catch (e: Exception) {
+            logger.warn("Ingestion failed for $spec", e)
+        }
     }
 }
 

-- 
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]