We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d876b69 commit 1615d53Copy full SHA for 1615d53
leshan-integration-tests/logback-leshan-test.xml
@@ -31,5 +31,8 @@ Contributors:
31
<root level="ERROR">
32
<appender-ref ref="STDOUT" />
33
</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" />
37
</configuration>
38
0 commit comments