Re: heartbeat to trigger log rotation

2005-10-17 Thread Mark Womack
e from log4j configuration. > > Cheers, > Philip. > > -Original Message- > From: Fong Vang [mailto:[EMAIL PROTECTED] > Sent: October 17, 2005 1:07 PM > To: log4j-user@logging.apache.org > Subject: heartbeat to trigger log rotation > > > Even though some of our l

RE: heartbeat to trigger log rotation

2005-10-17 Thread Philip Denno
-user@logging.apache.org Subject: heartbeat to trigger log rotation Even though some of our log files use the DailyRollingFileAppender (set to rotate log daily), several of our logs are not being rotated because they don't get any activity. What's the easiest way to configure log4j to ro

heartbeat to trigger log rotation

2005-10-17 Thread Fong Vang
Even though some of our log files use the DailyRollingFileAppender (set to rotate log daily), several of our logs are not being rotated because they don't get any activity. What's the easiest way to configure log4j to rotate a log file regardless of activities or not? What's the easiest way to ad