mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 01:15:08 +00:00
log archiva stuff at info level
This commit is contained in:
parent
cd731be98b
commit
12a808a77d
@ -20,10 +20,12 @@
|
||||
<configuration>
|
||||
<appenders>
|
||||
<Console name="console" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="[%t] %-5p %c %x - %m%n" />
|
||||
<PatternLayout pattern="[%t] %-5p %c %x - %m%n"/>
|
||||
</Console>
|
||||
</appenders>
|
||||
<loggers>
|
||||
<logger name="org.apache.archiva" level="info"/>
|
||||
|
||||
<root level="error" includeLocation="true">
|
||||
<appender-ref ref="console"/>
|
||||
</root>
|
||||
|
Loading…
x
Reference in New Issue
Block a user