This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9339116155f356e203ac25a9d60959597f3d5d96
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Fri Nov 17 13:47:26 2023 +0100

    [BUILD] Disable Metrics logger
    
    Stopping the metric logger take a few ms.
---
 testing/base/src/main/resources/logback-test.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/base/src/main/resources/logback-test.xml 
b/testing/base/src/main/resources/logback-test.xml
index ddcf72c376..3451bad032 100644
--- a/testing/base/src/main/resources/logback-test.xml
+++ b/testing/base/src/main/resources/logback-test.xml
@@ -28,5 +28,6 @@
                 <appender-ref ref="FILE" />
         </root>
         <logger name="org.apache.james" level="DEBUG" />
-       <logger name="org.testcontainers" level="DEBUG"/>
+        <logger name="org.testcontainers" level="DEBUG"/>
+        <logger name="org.apache.james.metrics" level="INFO"/>
 </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to