mirror of https://github.com/apache/archiva.git
reduce log noise with using debug for something normal not a a warn
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1180898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89de5fce51
commit
77fd603c0c
|
@ -198,7 +198,7 @@ public class ArtifactIndexingTask
|
|||
|
||||
if ( context != null )
|
||||
{
|
||||
LoggerFactory.getLogger( ArtifactIndexingTask.class ).warn(
|
||||
LoggerFactory.getLogger( ArtifactIndexingTask.class ).debug(
|
||||
"skip adding repository with id {} as already exists", repository.getId() );
|
||||
return context;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue