Re: roll over strategy question

2013-10-15 Thread Ralph Goers
Not currently. You should create a Jira to request it. I suppose the max attribute could be used to limit the number of days if no %i is present, but if it is then it would only apply to that so it really wouldn't limit the total number of files. So I am thinking a second attribute might be a

Re: roll over strategy question

2013-10-15 Thread Arkin Yetis
Got it. It is rolling. I thought it would limit across days, too. Is there a way to do cleanup across days currently? Thank you. - Arkin On Tuesday, October 15, 2013, Ralph Goers wrote: > What behavior are you seeing? Is it never rolling or something else? > > The max attribute only applies if

Re: roll over strategy question

2013-10-15 Thread Ralph Goers
What behavior are you seeing? Is it never rolling or something else? The max attribute only applies if you have a %i in the file pattern. It would limit to 2 files per day if you had one in the patten, but not 2 files across days. Ralph > On Oct 14, 2013, at 6:07 PM, Arkin Yetis wrote: > >