You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Oleksandr Fedorenko <ma...@intercollab.kiev.ua> on 2001/09/27 10:48:48 UTC

How to get rid of timestamp in AccessLogValve ?

Hi.

Does anybody know how to get rid of timestamp in AccessLogValve ?

Catalina creates access log filename with timestamp every time .

Thanks. Alexander .





Re: How to get rid of timestamp in AccessLogValve ?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 27 Sep 2001, Oleksandr Fedorenko wrote:

> Date: Thu, 27 Sep 2001 11:48:48 +0300
> From: Oleksandr Fedorenko <ma...@intercollab.kiev.ua>
> Reply-To: tomcat-user@jakarta.apache.org, afedoren@yahoo.com
> To: tomcat-user@jakarta.apache.org
> Subject: How to get rid of timestamp in AccessLogValve ?
>
> Hi.
>
> Does anybody know how to get rid of timestamp in AccessLogValve ?
>
> Catalina creates access log filename with timestamp every time .
>

It also rolls over to a new file on the first request after midnight, so
you never have to restart Tomcat to switch log files.

There isn't any current configuration switch to turn this off.

> Thanks. Alexander .
>

Craig McClanahan