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

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

2010-03-17 Thread Konstantin Kolinko
2010/3/17 Laurent Vaills laurent.vai...@gmail.com: (...) 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

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 knst.koli...@gmail.com 2010/3/17 Laurent Vaills laurent.vai...@gmail.com: (...) 1catalina.org.apache.juli.FileHandler.level = FINE