You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/08/09 07:14:05 UTC

[incubator-tuweni] branch main updated: Add more filters for logback

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e7e5860 Add more filters for logback
     new 8e50c222 Merge pull request #431 from atoulme/more_logback
5e7e5860 is described below

commit 5e7e586005a34b7b1726949f087050a99f52d62d
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Aug 8 23:06:13 2022 -0700

    Add more filters for logback
---
 eth-client/src/main/resources/logback.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eth-client/src/main/resources/logback.xml b/eth-client/src/main/resources/logback.xml
index 4d1a5fe5..a5e508af 100644
--- a/eth-client/src/main/resources/logback.xml
+++ b/eth-client/src/main/resources/logback.xml
@@ -20,6 +20,10 @@
             <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
         </encoder>
     </appender>
+    <logger level="info" name="org.apache.tuweni.rlpx" additivity="false">
+        <appender-ref ref="STDOUT" />
+    </logger>
+
     <logger level="info" name="org.infinispan" additivity="false">
         <appender-ref ref="STDOUT" />
     </logger>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org