Hi all
I am trying to find a way how to change log level on the repository
scanner. Right now out of the box on 1.0.2 version it is DEBUG. I have
pretty big repo and I scan it once an hour. Every day Archiva produces
close to 400 MB of logs. So far I found two places where I can change the
log level:
#1
add
org.apache.maven.archiva.repository.scanner.level=INFO
to
$TOMCAT_HOME/conf/logging.properties
and #2
in
$TOMCAT_HOME/archiva/WEB-INF/classes/log4j.xml
<logger name="org.apache.maven.archiva.repository.scanner">
<level value="debug" />
</logger>
change debug value to info or warn
I am not sure which one is right.
Thank you
Andrei Vojakine