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


The following commit(s) were added to refs/heads/master by this push:
     new d5787c8  Changing log output for registry
d5787c8 is described below

commit d5787c828b80d39cf0bad4ad7a6c6eafd6b2205e
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jan 9 12:59:57 2021 +0100

    Changing log output for registry
---
 .../components/registry/commons/CommonsConfigurationRegistry.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/CommonsConfigurationRegistry.java
 
b/spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/CommonsConfigurationRegistry.java
index 55c2079..a8f0d55 100644
--- 
a/spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/CommonsConfigurationRegistry.java
+++ 
b/spring-registry/spring-registry-commons/src/main/java/org/apache/archiva/components/registry/commons/CommonsConfigurationRegistry.java
@@ -711,7 +711,7 @@ public class CommonsConfigurationRegistry
             }
             catch ( ConfigurationException e )
             {
-                logger.error( "Unable to retrieve builder for configuration 
{}", name );
+                logger.debug( "Unable to retrieve builder for configuration 
{}", name );
                 return null;
             }
         } else {

Reply via email to