gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: send all logs to stderr


From: gnunet
Subject: [libeufin] branch master updated: send all logs to stderr
Date: Wed, 22 Jun 2022 17:23:29 +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 6a4b5d9f send all logs to stderr
6a4b5d9f is described below

commit 6a4b5d9f7ad665801ba6832595d4a76c22b4e0fe
Author: MS <ms@taler.net>
AuthorDate: Wed Jun 22 17:23:21 2022 +0200

    send all logs to stderr
---
 nexus/src/main/resources/logback.xml                                  | 2 +-
 sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 2 +-
 sandbox/src/main/resources/logback.xml                                | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nexus/src/main/resources/logback.xml 
b/nexus/src/main/resources/logback.xml
index d4e16052..b18b437e 100644
--- a/nexus/src/main/resources/logback.xml
+++ b/nexus/src/main/resources/logback.xml
@@ -7,7 +7,7 @@
         </encoder>
     </appender>
 
-    <logger name="tech.libeufin.nexus" level="DEBUG"  additivity="false">
+    <logger name="tech.libeufin.nexus" level="ALL"  additivity="false">
         <appender-ref ref="STDERR" />
     </logger>
 
diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index e8368b4f..ccafb2a9 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -1345,7 +1345,7 @@ suspend fun ApplicationCall.ebicsweb() {
         requestedHostID.item(0).textContent
     )
     // val requestDocument = receiveEbicsXml()
-    logger.info("Processing ${requestDocument.documentElement.localName}")
+    // logger.info("Processing ${requestDocument.documentElement.localName}")
     when (requestDocument.documentElement.localName) {
         "ebicsUnsecuredRequest" -> {
             val requestObject = 
requestDocument.toObject<EbicsUnsecuredRequest>()
diff --git a/sandbox/src/main/resources/logback.xml 
b/sandbox/src/main/resources/logback.xml
index 53aa888f..ca58f1cb 100644
--- a/sandbox/src/main/resources/logback.xml
+++ b/sandbox/src/main/resources/logback.xml
@@ -6,10 +6,10 @@
         </encoder>
     </appender>
 
-    <logger name="tech.libeufin.sandbox" level="DEBUG"  additivity="false">
+    <logger name="tech.libeufin.sandbox" level="ALL"  additivity="false">
         <appender-ref ref="STDERR" />
     </logger>
-    <logger name="tech.libeufin.util" level="DEBUG"  additivity="false">
+    <logger name="tech.libeufin.util" level="ALL"  additivity="false">
         <appender-ref ref="STDERR" />
     </logger>
 

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