Browse Source

log archiva stuff at info level

tags/archiva-2.1.1
Brett Porter 9 years ago
parent
commit
12a808a77d
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      archiva-cli/src/main/resources/log4j2.xml

+ 3
- 1
archiva-cli/src/main/resources/log4j2.xml View File

@@ -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…
Cancel
Save