mirror of https://github.com/apache/archiva.git
fix logging levels
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ad4610548
commit
3e3ae5c5bc
|
@ -25,12 +25,12 @@
|
|||
<lifecycle-handler>basic</lifecycle-handler>
|
||||
|
||||
<configuration>
|
||||
<threshold>DEBUG</threshold>
|
||||
<threshold>WARN</threshold>
|
||||
<default-appender>console</default-appender>
|
||||
<appenders>
|
||||
<appender>
|
||||
<id>console</id>
|
||||
<threshold>WARN</threshold>
|
||||
<threshold>DEBUG</threshold>
|
||||
<type>org.apache.log4j.ConsoleAppender</type>
|
||||
<conversion-pattern>%d [%t] %-5p %-30c{1} - %m%n</conversion-pattern>
|
||||
</appender>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<level>INFO</level>
|
||||
</level>
|
||||
<level>
|
||||
<hierarchy>org.apache.maven.repository</hierarchy>
|
||||
<hierarchy>org.apache.maven</hierarchy>
|
||||
<level>DEBUG</level>
|
||||
</level>
|
||||
</levels>
|
||||
|
|
Loading…
Reference in New Issue