From 4e5ce28f625c47d17403c2a584fa5cd8121b5dda Mon Sep 17 00:00:00 2001 From: mbaudier Date: Wed, 4 Jun 2014 10:44:13 +0200 Subject: [PATCH] Add missing factories --- META-INF/spring/distribution.xml | 2 ++ bin/log4j.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/META-INF/spring/distribution.xml b/META-INF/spring/distribution.xml index e7c6246..496d881 100644 --- a/META-INF/spring/distribution.xml +++ b/META-INF/spring/distribution.xml @@ -17,7 +17,9 @@ + + diff --git a/bin/log4j.properties b/bin/log4j.properties index fd767c3..aab447b 100644 --- a/bin/log4j.properties +++ b/bin/log4j.properties @@ -3,7 +3,7 @@ log4j.rootLogger=WARN, development ## Levels log4j.logger.org.argeo=DEBUG -log4j.logger.org.argeo.slc.repo=TRACE +log4j.logger.org.argeo.slc.repo=DEBUG log4j.logger.org.argeo.jackrabbit.remote.ExtendedDispatcherServlet=ERROR log4j.logger.org.springframework.web.servlet.PageNotFound=ERROR log4j.logger.org.argeo.server.webextender.TomcatDeployer=WARN -- 2.30.2