Skip to content

Commit af022df

Browse files
author
Roman Tsypuk
committed
added info level to testcontainers output
1 parent e8485b0 commit af022df

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)