You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/06/28 12:04:11 UTC

[incubator-plc4x] branch feature/mobbus-support-with-lib updated: set test logging to trace for now

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

sruehl pushed a commit to branch feature/mobbus-support-with-lib
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/mobbus-support-with-lib by this push:
     new 3560f75  set test logging to trace for now
3560f75 is described below

commit 3560f7571738815d945cccc7976dcfec88c45585
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Jun 28 14:02:46 2018 +0200

    set test logging to trace for now
---
 plc4j/protocols/modbus/src/test/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/protocols/modbus/src/test/resources/logback.xml b/plc4j/protocols/modbus/src/test/resources/logback.xml
index 9f49628..cea5da3 100644
--- a/plc4j/protocols/modbus/src/test/resources/logback.xml
+++ b/plc4j/protocols/modbus/src/test/resources/logback.xml
@@ -31,7 +31,7 @@
     </encoder>
   </appender>
 
-  <root level="info">
+  <root level="trace">
     <appender-ref ref="STDOUT" />
   </root>