mirror of https://github.com/apache/archiva.git
MAESTRO0-698: suppress logging on the ComponentManager
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
193d260bdb
commit
8c55a302a5
|
@ -71,6 +71,10 @@
|
|||
<level value="warn"/>
|
||||
</logger>
|
||||
|
||||
<logger name="org.codehaus.plexus.component.manager.ClassicSingletonComponentManager">
|
||||
<level value="error"/>
|
||||
</logger>
|
||||
|
||||
<root>
|
||||
<priority value ="warn" />
|
||||
<appender-ref ref="console" />
|
||||
|
|
Loading…
Reference in New Issue