Re: DailyRollingFileAppender - Every X minutes?

2009-12-06 Thread Curt Arnold
I can't think of one, but you should be able to do it with the org.apache.log4j.rolling.RollingFileAppender in the extras companion (http://logging.apache.org/log4j/companions/extras) using a custom triggering policy. On Dec 6, 2009, at 10:30 AM, Ohad Ben Porat wrote: > Hey, > > I am using t

DailyRollingFileAppender - Every X minutes?

2009-12-06 Thread Ohad Ben Porat
Hey, I am using the DailyRollingFileAppender in my program and I wish to roll files every 15 minutes but failed to find a way to do so. Is there a way to configure the DatePattern to trigger file rolling every X minutes? Or is it truly only capable of rolling every single unit time (1 minutes,