-
Type:
Question
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Not A Problem
-
Affects Version/s: 2.0-beta9
-
Fix Version/s: 2.0-rc1
-
Component/s: Configurators
-
Labels:
-
Environment:
java 1.7.0_11-b21, tomcat-7.0.14
Logging configuration is done by two config file:
WEB-INF/classes/log4j2.xml logging in /tmp/default_MavenWeb.log
and
/tmp/final_log4j2.xml as log4jConfiguration of a Log4jServletContextListener logging in /tmp/MavenWeb.log
Is it possible to log HelloWorldServletContextListener in /tmp/MavenWeb.log as HelloWorldServlet does ?
A minimal maven project with full details can be found in attachment.