Re: [OT] Log messages appearing twice

2009-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SM, Marking as OT because this is not Tomcat-related. On 4/21/2009 12:15 PM, Security Management wrote: > In the application log, separate file (the test.log). I only have 1 > copy of log4j.jar in the apache directory, too (my webapps copy). > > Her

RE: Log messages appearing twice

2009-04-21 Thread Security Management
stopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, April 21, 2009 11:03 AM To: Tomcat Users List Subject: Re: Log messages appearing twice -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 S&M, On 4/21/2009 9:32 AM, Security Management wrote: > Here is my log4j config file:

Re: Log messages appearing twice

2009-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 S&M, On 4/21/2009 9:32 AM, Security Management wrote: > 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.appende

Log messages appearing twice

2009-04-21 Thread Security Management
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