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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git

commit 87cb52747422046e0d1e84f09b7f587f767293b8
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu Dec 12 18:20:10 2019 +0100

    Changing log level for tests
---
 .../spring-registry-commons/src/test/resources/log4j2-test.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/spring-registry/spring-registry-commons/src/test/resources/log4j2-test.xml 
b/spring-registry/spring-registry-commons/src/test/resources/log4j2-test.xml
index 6eb5e39..42bc989 100644
--- a/spring-registry/spring-registry-commons/src/test/resources/log4j2-test.xml
+++ b/spring-registry/spring-registry-commons/src/test/resources/log4j2-test.xml
@@ -25,7 +25,7 @@
     </appenders>
     <loggers>
         <logger name="org.apache.archiva" level="warn"/>
-        <logger name="org.apache.archiva.components.registry" level="trace"/>
+        <logger name="org.apache.archiva.components.registry" level="info"/>
 
         <root level="error" includeLocation="true">
             <appender-ref ref="console"/>

Reply via email to