We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519fdd1 commit 1f59029Copy full SHA for 1f59029
spring-boot-3-demo-app-kotlin/src/test/resources/application-test.yml
@@ -6,6 +6,6 @@ logging:
6
# appender:
7
# name: CONSOLE
8
level:
9
- org.testcontainers: DEBUG # In order to troubleshoot issues with Testcontainers, increase the logging level to DEBUG
+ org.testcontainers: INFO # In order to troubleshoot issues with Testcontainers, increase the logging level to DEBUG
10
com.github.dockerjava: WARN
11
com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire: OFF
0 commit comments