Problem with MaxBackupIndex

2007-02-12 Thread julie gautier
Hi, Here is my log4j.properties file content : log4j.rootLogger=OFF, log4j.logger.com.foo=DEBUG, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{dd MMM yy

MaxBackupIndex does not work

2006-06-22 Thread Julie Gautier
Hi all, Here is my log4j.properties file : log4j.rootLogger=OFF, log4j.logger.com.actessud=DEBUG, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout # Pattern to output the caller's file name and line number. log4j.app

RE: log4j logging on Tomcat: Basic Question

2006-03-05 Thread julie gautier
I havd to do the same and here is my properties file : log4j.rootLogger=OFF, log4j.logger.foo.mypack=DEBUG, stdout, R log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{dd

RE: Different log files for different web applications under Tomcat

2006-02-28 Thread julie gautier
Thanks to all of you. It works fine. Jacob Kjome <[EMAIL PROTECTED]> a écrit : see comment below... At 06:05 PM 2/27/2006 +0100, you wrote: >Interesting aspect. I never dealt with classloaders. Thanks for this >improvement of my knowledge. > >Heri > >> -Original Message- >> From: Jav

Re: Different log files for different web applications under Tomcat

2006-02-27 Thread julie gautier
file in each WEB-INF/classes (or modify each app to configure log4j in each). On 2/27/06, julie gautier wrote: > > Hi all, > I use Tomcat to deploy two web applications. Actually, all the traces > are written to a single file (stdout.log) under the Tomcat log directory. > How can I

Different log files for different web applications under Tomcat

2006-02-27 Thread julie gautier
Hi all, I use Tomcat to deploy two web applications. Actually, all the traces are written to a single file (stdout.log) under the Tomcat log directory. How can I do to write the traces to different log files : app1.out and app2.out for instance. Could you please send me an example ? Thanks