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 2023/06/15 14:37:40 UTC

[plc4x] 02/04: bug(plc4j/opcua): Reduced the log level to info.

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

cdutz pushed a commit to branch chore/profinet-phase-3
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 20d77869bd2992fd385fa754cac7f77cabd2c361
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Thu Jun 15 16:36:43 2023 +0200

    bug(plc4j/opcua): Reduced the log level to info.
---
 plc4j/drivers/opcua/src/test/resources/logback-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/drivers/opcua/src/test/resources/logback-test.xml b/plc4j/drivers/opcua/src/test/resources/logback-test.xml
index 4833ef946e..597efd73d3 100644
--- a/plc4j/drivers/opcua/src/test/resources/logback-test.xml
+++ b/plc4j/drivers/opcua/src/test/resources/logback-test.xml
@@ -27,7 +27,7 @@
     </encoder>
   </appender>
 
-  <root level="debug">
+  <root level="info">
     <appender-ref ref="STDOUT" />
   </root>
 </configuration>
\ No newline at end of file