gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: fix logback include


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: fix logback include
Date: Tue, 08 Oct 2019 17:34:39 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3be565b  fix logback include
3be565b is described below

commit 3be565b58f14f395885ca64044e80042e210e872
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 8 17:34:29 2019 +0200

    fix logback include
---
 resources/global-logback.xml           | 5 ++---
 sandbox/src/main/resources/logback.xml | 1 -
 sandbox/src/test/kotlin/LogTest.kt     | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/resources/global-logback.xml b/resources/global-logback.xml
index ae85a6d..fb710da 100644
--- a/resources/global-logback.xml
+++ b/resources/global-logback.xml
@@ -1,4 +1,4 @@
-<configuration>
+<included>
     <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
         <encoder>
             <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n</pattern>
@@ -8,5 +8,4 @@
     <root level="debug">
         <appender-ref ref="STDOUT" />
     </root>
-
-</configuration>
\ No newline at end of file
+</included>
\ No newline at end of file
diff --git a/sandbox/src/main/resources/logback.xml 
b/sandbox/src/main/resources/logback.xml
index 744c54e..e3cbd7a 100644
--- a/sandbox/src/main/resources/logback.xml
+++ b/sandbox/src/main/resources/logback.xml
@@ -14,5 +14,4 @@
         <appender-ref ref="FILE" />
     </root>
 
-
 </configuration>
\ No newline at end of file
diff --git a/sandbox/src/test/kotlin/LogTest.kt 
b/sandbox/src/test/kotlin/LogTest.kt
index 8e72a1e..3fe54fc 100644
--- a/sandbox/src/test/kotlin/LogTest.kt
+++ b/sandbox/src/test/kotlin/LogTest.kt
@@ -14,7 +14,7 @@ class LogTest {
         val cl = ClassLoader.getSystemClassLoader()
         val urls = (cl as URLClassLoader).urLs
         for (url in urls) {
-            println(url)
+            // println(url)
         }
         val logger = LoggerFactory.getLogger("sandbox.log.test")
         logger.info("line")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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