Skip to content

Commit

Permalink
Update logback-test.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 6, 2023
1 parent dab8845 commit 7cc7abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/integrationTest/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
<!-- silence test containers (https://www.testcontainers.org/supported_docker_environment/logging_config/) -->
<logger name="org.testcontainers" level="INFO"/>
<logger name="com.github.dockerjava" level="WARN"/>
<logger name="com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire" level="OFF"/>

<!-- silence netty -->
<logger name="io.netty" level="WARN"/>

</configuration>
</configuration>

0 comments on commit 7cc7abb

Please sign in to comment.