DailyRollingAppender will do something close to that.  Give it a try.
One difference is that the file will end with the date (not ".log")
and the current file doesn't have the date in the name.

On 6/14/06, Darren Hall <[EMAIL PROTECTED]> wrote:
Question for everyone,



I'm generating two log files, an event log and an error log using Log4j
1.2.13 and Struts 1.2.9 on Tomcat 5.5 on a Windows Pro dev box.

Currently I'm using the FileAppender class to generate the logs.



What I'd like to do is generate daily logs with a filename along the lines
of uwaf-event.2006-05-03.log and uwaf-error.2006-05-03.log.

Meaning I'd like to append the date into the name of the log file.



How would I go about doing this?

And do I need to use a different class to generate the log (maybe
RollingFileAppender or DailyFileAppender)?



Thanks,



Darren





--
James Stauffer
Are you good? Take the test at http://www.livingwaters.com/good/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to