Re: Help with DailyRollingFileAppender
Todd Nine <todd.nine <at> gmail.com>
2007-02-02 15:03:49 GMT
Sorry, hit send prematurely. I have this log4j.xml running on our
production Tomcat server, and the logs don't roll at midnight. Am I missing
some configuration parameter? According to the javadocs, I thought I had
supplied all of the required parameters.
Thanks,
Todd
On 2/1/07, James Stauffer <stauffer.james <at> gmail.com> wrote:
>
> It may only roll if it isn't stopped. In order for your test to work
> log4j would have to look in the log file to see when the last log was
> written or check the modified date of the log file.
>
> On 2/1/07, Todd Nine <todd.nine <at> gmail.com> wrote:
> > Hi all,
> > I'm having some trouble with DailyRollingFileAppender. I'm using
> log4j
> > 1.2.14, and I'm trying to get the logs to roll at midnight. I perform
> the
> > following steps to test log rolling, and they don't appear to be
> creating
> > the new logs correct.
> >
> >
> > 1. I start Tomcat, perform some requests to generate some log data
> > 2. Stop tomcat
> > 3. Set my system date to tomorrow
> > 4. Restart Tomcat and perform more requests to generate logging.
> >
(Continue reading)