Skip to content

Commit

Permalink
Hide some aggressive logs during integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 30, 2024
1 parent d876b69 commit 1615d53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leshan-integration-tests/logback-leshan-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ Contributors:
<root level="ERROR">
<appender-ref ref="STDOUT" />
</root>

<!-- TODO this is temporary LOG config to avoid SocketClientTransport to flood but a better way should be to fix the code itself-->
<logger name="com.mbed.coap.transport.javassl.SocketClientTransport" level="OFF" />
</configuration>

0 comments on commit 1615d53

Please sign in to comment.