Re: Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Laurent Vaills
I am so stupid ! Thanks for pointing me this error, it works as expected now. Laurent 2010/3/17 Konstantin Kolinko > 2010/3/17 Laurent Vaills : > >(...) > > 1catalina.org.apache.juli.FileHandler.level = FINE > > 1catalina.org.apache.juli.FileHandler.pattern = /tmp/catalina.log > > 1catalina.o

Re: Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Konstantin Kolinko
2010/3/17 Laurent Vaills : >(...) > 1catalina.org.apache.juli.FileHandler.level = FINE > 1catalina.org.apache.juli.FileHandler.pattern = /tmp/catalina.log > 1catalina.org.apache.juli.FileHandler.append = true > The above three lines have to start with 1catalina.java.util.logging.FileHandler. > #1c

Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Laurent Vaills
Hi all, I'd like to have a catalina.log instead of catalina.{date}.log . I took a look as saw the the implementation of the class org.apache.juli.FileHandler forces to have a date in the filename. (I would then suggest to rename it DateFileHandler or DailyFileHandler). I tried to modify the file