You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by ma...@apache.org on 2021/02/09 09:18:16 UTC

[james-project] 19/27: JAMES-3225 enable debug logging on testcontainers

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 <jh...@codamens.fr>
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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org