You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/08/29 12:46:58 UTC

[plc4x] 02/03: chore(plc4j/modbus): Excluded logging of modbus discovery events from the log-config

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit b7af93948cc610ad68b4ba6ebbfed3c788efa215
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Aug 29 14:46:29 2022 +0200

    chore(plc4j/modbus): Excluded logging of modbus discovery events from the log-config
---
 .../hello-world-plc4x-discover-and-browse/src/main/resources/logback.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/examples/hello-world-plc4x-discover-and-browse/src/main/resources/logback.xml b/plc4j/examples/hello-world-plc4x-discover-and-browse/src/main/resources/logback.xml
index 63f4cf41d..2641def3a 100644
--- a/plc4j/examples/hello-world-plc4x-discover-and-browse/src/main/resources/logback.xml
+++ b/plc4j/examples/hello-world-plc4x-discover-and-browse/src/main/resources/logback.xml
@@ -30,6 +30,7 @@
   <!-- Remove the messages we're not interested in -->
   <logger name="io.netty.channel" level="ERROR"/>
   <logger name="org.pcap4j" level="WARN"/>
+  <logger name="org.apache.plc4x.java.modbus.tcp.discovery" level="WARN"/>
   <logger name="org.apache.plc4x.java.transport" level="WARN"/>
   <logger name="org.apache.plc4x.java.spi" level="WARN"/>