sruehl commented on code in PR #747:
URL: https://github.com/apache/plc4x/pull/747#discussion_r1072120527


##########
plc4j/tools/connection-cache/src/test/resources/logback-test.xml:
##########
@@ -27,7 +27,9 @@
     </encoder>
   </appender>
 
-  <root level="error">
+  <logger name="org.apache.plc4x.java.utils.cache" level="debug"/>
+
+  <root level="info">

Review Comment:
   ```suggestion
     <root level="error">
   ```



##########
plc4j/tools/connection-cache/src/test/resources/logback-test.xml:
##########
@@ -27,7 +27,9 @@
     </encoder>
   </appender>
 
-  <root level="error">
+  <logger name="org.apache.plc4x.java.utils.cache" level="debug"/>

Review Comment:
   ```suggestion
     <logger name="org.apache.plc4x.java.utils.cache" level="error"/>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to