Skip to content

Commit f21d2b9

Browse files
authored
Merge pull request #16 from lvivJavaClub/tclog
added info level to testcontainers output
2 parents 578f897 + af022df commit f21d2b9

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<configuration>
2+
3+
<include resource="org/springframework/boot/logging/logback/base.xml"/>
4+
5+
<logger name="org.testcontainers" level="INFO"/>
6+
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
7+
</configuration>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<configuration>
2+
3+
<include resource="org/springframework/boot/logging/logback/base.xml"/>
4+
5+
<logger name="org.testcontainers" level="INFO"/>
6+
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
7+
</configuration>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<configuration>
2+
3+
<include resource="org/springframework/boot/logging/logback/base.xml"/>
4+
5+
<logger name="org.testcontainers" level="INFO"/>
6+
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
7+
</configuration>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<configuration>
2+
3+
<include resource="org/springframework/boot/logging/logback/base.xml"/>
4+
5+
<logger name="org.testcontainers" level="INFO"/>
6+
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
7+
</configuration>

0 commit comments

Comments
 (0)