Re: log4j2 and ServletContextListeners

2014-01-08 Thread Giovanni Mondo
Hi Remko,  many thanks for your fast response. I did as you asked with  https://issues.apache.org/jira/browse/LOG4J2-484 . Best regards, Giovanni Il Mercoledì 1 Gennaio 2014 0:39, Remko Popma remko.po...@gmail.com ha scritto: Giovanni, If I understand correctly, logging configuration is

Re: log4j2 and ServletContextListeners

2013-12-31 Thread Remko Popma
Giovanni, If I understand correctly, logging configuration is done partially programmatically and partially by config file. These have different target log files, and some of the output is showing up in a different target log file than expected. It's going to be difficult to say anything

log4j2 and ServletContextListeners

2013-12-30 Thread Giovanni Mondo
Hi, I’m migrating a web application running on Tomcat from log4j to log4j2.   The web application has Filters, ServletContextListeners and Servlets .   Log is expected to be addressed by a Log4jServletContextListener whilst default log is addressed by a log4j2.xml in classpath.   Filters and