Leos Literak created LOG4J2-546: ----------------------------------- Summary: Commons logging integration does not work in servlet 3.0 Key: LOG4J2-546 URL: https://issues.apache.org/jira/browse/LOG4J2-546 Project: Log4j 2 Issue Type: Bug Components: JCL Bridge Affects Versions: 2.0-beta9 Environment: WildFly 8.0 RC1 Windows 8 64 bit Java 7 Reporter: Leos Literak
I created trivial servlet 3.0 based web application that uses apache commons logging. But it does not log. But LOG4J logger works. I have following jars in WEB-INF/lib: commons-logging-1.1.3.jar json-smart-1.1.1.jar log4j-api-2.0-rc1.jar log4j-core-2.0-rc1.jar log4j-jcl-2.0-rc1.jar I can see following info in WF logs: 22:48:01,336 INFO [io.undertow.servlet] (MSC service thread 1-11) Log4jServletContainerInitializer starting up Log4j in Servlet 3.0+ environment. 22:48:01,688 INFO [io.undertow.servlet] (MSC service thread 1-11) No Log4j context configuration provided. This is very unusual. 22:48:01,702 INFO [io.undertow.servlet] (MSC service thread 1-11) Log4jServletContextListener ensuring that Log4j starts up properly. Complete application with sources can be downloaded from literak.cz/zaloha/CommonsLog.war (I will try to attach it here) You need to adjust log location for your environment. -- This message was sent by Atlassian JIRA (v6.1.5#6160) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org