Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / META-INF / spring / logger.xml
diff --git a/security/runtime/org.argeo.security.core/META-INF/spring/logger.xml b/security/runtime/org.argeo.security.core/META-INF/spring/logger.xml
deleted file mode 100644 (file)
index 02f48c8..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
-
-       <!-- Log4j appender singleton -->
-       <bean id="secureLogger" class="org.argeo.security.log4j.SecureLogger"
-               init-method="init" destroy-method="destroy">
-<!--           <property name="configuration"> -->
-<!--                   <value><![CDATA[ -->
-<!-- log4j.rootLogger=WARN, console -->
-
-<!-- ## Levels -->
-<!-- log4j.logger.org.argeo=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 -->
-
-<!-- log4j.logger.org.apache.coyote=INFO -->
-<!-- log4j.logger.org.apache.catalina.core.ContainerBase=INFO -->
-<!-- log4j.logger.org.apache.directory.server=ERROR -->
-<!-- log4j.logger.org.apache.jackrabbit.core.query.lucene=ERROR -->
-<!-- log4j.logger.org.apache.jackrabbit.core.config.ConfigurationErrorHandler=ERROR -->
-<!-- log4j.logger.org.apache.jackrabbit.core.util.db.DbUtility=FATAL -->
-<!-- log4j.logger.org.apache.activemq=INFO -->
-<!-- log4j.logger.org.apache.activemq.ActiveMQMessageConsumer=INFO -->
-<!-- log4j.logger.org.apache.activemq.ActiveMQMessageProducer=INFO -->
-
-<!-- log4j.appender.console=org.apache.log4j.ConsoleAppender -->
-<!-- log4j.appender.console.layout=org.apache.log4j.PatternLayout -->
-<!-- log4j.appender.console.layout.ConversionPattern=%d{yyMMdd HH:mm:ss} %-5p %m [%t] %c%n -->
-<!--                   ]]></value> -->
-<!--           </property> -->
-       </bean>
-</beans>