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

2003-01-15 Thread Michael Heinrichs
I see your point. I can see how some might want that feature (hourly log rotation?), but maybe log rotation intervals and date format should be separate concerns. In my case, someone handling our logs prefers '.MM.dd' to '-MM-dd', so I simply wanted date format control. Maybe if the a

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

2003-01-15 Thread Tim Funk
I see a problem with this with respect to log rotation. The way things work now, on every request tomcat checks to see if the log needs rotated. (It actually checks at most, once a second). The way it determines to rotate the log is via the date format. Since the date format is hardcoded to con