Skip to content

Commit 1f59029

Browse files
author
m.zharinova
committed
info level for testcontainers
1 parent 519fdd1 commit 1f59029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-3-demo-app-kotlin/src/test/resources/application-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ logging:
66
# appender:
77
# name: CONSOLE
88
level:
9-
org.testcontainers: DEBUG # In order to troubleshoot issues with Testcontainers, increase the logging level to DEBUG
9+
org.testcontainers: INFO # In order to troubleshoot issues with Testcontainers, increase the logging level to DEBUG
1010
com.github.dockerjava: WARN
1111
com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire: OFF

0 commit comments

Comments
 (0)