Re: Tomcat id in AccessLogValve and Spread

2003-01-17 Thread Michael Heinrichs
I would also like to add functionality to the AccessLogValve, and a subclass would be fine for my purposes, but currently, org.apache.catalina.valves.AccessLogValve is declared final, presumably for performance reasons. Is there any chance of changing that? Mike Shapira, Yoav wrote: Howdy,

[PATCH] Add customizable date format for access log filename

2003-01-15 Thread Michael Heinrichs
Much of the access log filename can be customized in the Valve declaration using prefix and suffix, but the date format used for the filename is hardcoded in the Valve code. Here's a patch that allows the date format to be specified in the Valve definition alongside prefix and suffix. If this

Re: [PATCH] Add customizable date format for access log filename

2003-01-15 Thread Michael Heinrichs
), then the logs would rotate every second. Which some may consider a feature :) -Tim Michael Heinrichs wrote: Much of the access log filename can be customized in the Valve declaration using prefix and suffix, but the date format used for the filename is hardcoded in the Valve code. Here's a patch