mirror of
https://github.com/apache/archiva.git
synced 2025-03-01 14:09:08 +00:00
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 static IndexingContext createContext( ManagedRepository repository, Nexus
|
||||
|
||||
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…
x
Reference in New Issue
Block a user