This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ac37af46c293b8806735eea84467c41be5bfdd66 Author: Jean Helou <[email protected]> AuthorDate: Tue Jan 26 21:52:48 2021 +0100 JAMES-3225 enable debug logging on testcontainers This enables better tracing of container initialization errors on the CI --- testing/base/src/main/resources/logback-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/base/src/main/resources/logback-test.xml b/testing/base/src/main/resources/logback-test.xml index aa05a3d..ddcf72c 100644 --- a/testing/base/src/main/resources/logback-test.xml +++ b/testing/base/src/main/resources/logback-test.xml @@ -28,5 +28,5 @@ <appender-ref ref="FILE" /> </root> <logger name="org.apache.james" level="DEBUG" /> - + <logger name="org.testcontainers" level="DEBUG"/> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
