You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/12/12 19:40:54 UTC

[archiva-components] branch master updated: Changing level of log message

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 11bda06  Changing level of log message
11bda06 is described below

commit 11bda069e564caf0149aa8944e2d2f548c555a9f
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Dec 12 20:40:28 2019 +0100

    Changing level of log message
---
 .../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 44a93d8..7c3f033 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
@@ -121,7 +121,7 @@ public class CommonsConfigurationRegistry
         }
         catch ( ConfigurationException e )
         {
-            logger.error( "Could not initialize configuration: {}", e.getMessage( ) );
+            logger.debug( "Could not initialize configuration: {}", e.getMessage( ) );
         }
     }