Re: Logger without timestamp not working

2004-12-23 Thread Tim Funk
The loggers doesn't support the timestamp attribute, only the accessvalve loggers do. -Tim Faine, Mark wrote: Tomcat 4.1.27 I can't get Tomcat to not timestamp log files. I've set the logger's timestamp attribute to false and still a timestamp is placed on the file. Is this a bug?

RE: Logger without timestamp not working

2004-12-23 Thread Goel, Manish Kumar
: Logger without timestamp not working The loggers doesn't support the timestamp attribute, only the accessvalve loggers do. -Tim Faine, Mark wrote: Tomcat 4.1.27 I can't get Tomcat to not timestamp log files. I've set the logger's timestamp attribute to false and still a timestamp is placed

RE: Logger without timestamp not working

2004-12-23 Thread Faine, Mark
: Re: Logger without timestamp not working The loggers doesn't support the timestamp attribute, only the accessvalve loggers do. -Tim Faine, Mark wrote: Tomcat 4.1.27 I can't get Tomcat to not timestamp log files. I've set the logger's timestamp attribute to false and still a timestamp

Re: Logger without timestamp not working

2004-12-23 Thread Tim Funk
The timestamp attribute is a flag as to show or hide the timestamp when a message is logged in the file. It has nothing to do with the file name. -Tim Goel, Manish Kumar wrote: Tim Funk, I tried it in 5.0.19 version it didn't work for me also but document says it must work and the default

RE: Logger without timestamp not working

2004-12-23 Thread Faine, Mark
So how would you suggest one get a log file without a timestamp appended to it? Extend FileLogger? -Mark -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:48 AM To: Tomcat Users List Subject: Re: Logger without timestamp not working

Re: Logger without timestamp not working

2004-12-23 Thread Tim Funk
: Thursday, December 23, 2004 10:48 AM To: Tomcat Users List Subject: Re: Logger without timestamp not working The timestamp attribute is a flag as to show or hide the timestamp when a message is logged in the file. It has nothing to do with the file name. -Tim Goel, Manish Kumar wrote: Tim Funk, I

RE: Logger without timestamp not working

2004-12-23 Thread Faine, Mark
-Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 11:16 AM To: Tomcat Users List Subject: Re: Logger without timestamp not working Yup. But is it really worth it? Logger is gone in 5.5 in place of commons-logging. -Tim Faine, Mark wrote: So how

RE: Logger without timestamp not working

2004-12-23 Thread Goel, Manish Kumar
, Mark [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:49 PM To: 'Tomcat Users List' Subject: RE: Logger without timestamp not working I hate to do it, considering all the work involved and the fact that I'll have to ensure that it gets included in every installation of Tomcat from