Hi
i have simple setting of log4j.xml in my application under tomcat/webapps/MyApp/WEB-INF/classes
im pointing the log file to be printed to the
tomcat logs directory , it does the job but the content of the printed log file looks like this :
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 DEBUG [WebXmlParser] Ignored node '#text' of type 3
13:39:23,201 INFO [StartupServletContextListener] ServletContext '/home/dev/prod/Tomcat/webapps/ROOT/' initialized
.
13:39:23,201 INFO [StartupServletContextListener] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.D
efaultSerialFactory
13:39:23,202 DEBUG [[/]] Starting filters
13:39:23,203 DEBUG [JspRuntimeContext] Parent class loader is: WebappClassLoader^M
delegate: false^M
repositories:^M
/WEB-INF/classes/^M
----------> Parent Classloader:^M
org.apache.catalina.loader.StandardClassLoader@83b1b^M
and my log4j.xml looks like this:
why is my log file looks wrong and not printing logging info