Skip to content

Commit 1615d53

Browse files
committed
Hide some aggressive logs during integration tests
1 parent d876b69 commit 1615d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

leshan-integration-tests/logback-leshan-test.xml

+3
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ Contributors:
3131
<root level="ERROR">
3232
<appender-ref ref="STDOUT" />
3333
</root>
34+
35+
<!-- TODO this is temporary LOG config to avoid SocketClientTransport to flood but a better way should be to fix the code itself-->
36+
<logger name="com.mbed.coap.transport.javassl.SocketClientTransport" level="OFF" />
3437
</configuration>
3538

0 commit comments

Comments
 (0)