Here is my log4j config file:

log4j.appender.A1=org.apache.log4j.FileAppender
log4j.appender.A1.File=${catalina.home}/logs/test.log

log4j.appender.A1.MaxFileSize=100MB
log4j.appender.A1.layout=org.apache.log4j.PatternLayout

log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

log4j.rootLogger=INFO, A1


All of my messages are printing twice in the logfile.  Does anyone have any
idea why?  I've used log4j before, in standalone apps, and not had this
problem.





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to