Quiet down integration test logging

This commit is contained in:
David Turanski
2022-03-02 13:32:28 -05:00
committed by Chris Bono
parent 3ad9800b85
commit b8cb30fa9e
19 changed files with 242 additions and 40 deletions

View File

@@ -0,0 +1,13 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
<logger name="org.testcontainers" level="INFO" />
</configuration>