Darren Hall wrote:
> I have a question about naming log files for my web application. 
> I'd like to append the date into the name of my log files. Is there a way
> that I can generate daily logs with a filename along the lines of
> "event.2006-05-03.log" and "error.2006-05-03.log"?
>   

You might want to consider looking at the Log4J documentation, as it's
really a more... appropriate place to discover things about Log4J than
the Struts mailing list.

DailyRollingFileAppender does not do quite that, but may suit your needs
anyway.

Dave



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

Reply via email to