Skip to content

Commit

Permalink
added info level to testcontainers output
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsypuk committed Jul 23, 2017
1 parent e8485b0 commit af022df
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client-service/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>

<include resource="org/springframework/boot/logging/logback/base.xml"/>

<logger name="org.testcontainers" level="INFO"/>
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
</configuration>
7 changes: 7 additions & 0 deletions hackster-service-client/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>

<include resource="org/springframework/boot/logging/logback/base.xml"/>

<logger name="org.testcontainers" level="INFO"/>
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
</configuration>
7 changes: 7 additions & 0 deletions rating-service-client/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>

<include resource="org/springframework/boot/logging/logback/base.xml"/>

<logger name="org.testcontainers" level="INFO"/>
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
</configuration>
7 changes: 7 additions & 0 deletions storage-service-client/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration>

<include resource="org/springframework/boot/logging/logback/base.xml"/>

<logger name="org.testcontainers" level="INFO"/>
<logger name="org.testcontainers.shaded.com.github.dockerjava.core.async.ResultCallbackTemplate" level="OFF"/>
</configuration>

0 comments on commit af022df

Please sign in to comment.