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:
Brett Porter 2006-08-26 04:15:51 +00:00
parent 0ad4610548
commit 3e3ae5c5bc
1 changed files with 3 additions and 3 deletions

View File

@ -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>