aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorMartin Stockhammer <martin.stockhammer@ars.de>2017-11-15 21:40:03 +0100
committerMartin Stockhammer <martin.stockhammer@ars.de>2017-11-15 21:44:00 +0100
commit8a131a614560d3c27c98b6ec9f2a988a393f27af (patch)
treecea1bfb8b4b1fae2ceebc91130e54665ede0d57c /archiva-modules
parent71f3ec4230d4bf0143e72b29aea58e3a0e3ca81f (diff)
downloadarchiva-8a131a614560d3c27c98b6ec9f2a988a393f27af.tar.gz
archiva-8a131a614560d3c27c98b6ec9f2a988a393f27af.zip
Changing log level to find out about ci build error
CI build throws a permission denied error on the Consumer Archetype test.
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/log4j2-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/log4j2-test.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/log4j2-test.xml
index 1b662d7f2..cc97d7f39 100644
--- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/log4j2-test.xml
+++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/src/test/resources/log4j2-test.xml
@@ -28,6 +28,7 @@
<loggers>
<logger name="org.springframework" level="error"/>
+ <logger name="sf.ehcache" level="debug" />
<root level="info">
<appender-ref ref="console"/>