RE: Issue with rolling based on date

2011-02-17 Thread Dominik Psenner
Have you tried to debug it and file a bug including a nice trace? Here's the source: http://svn.apache.org/viewvc/logging/log4net/ > -Original Message- > From: kshah82 [mailto:kinnar_s...@persistent.co.in] > Sent: Thursday, February 17, 2011 2:30 PM > To: log4net-dev@logging.apache.org >

RE: Issue with rolling based on date

2011-02-17 Thread kshah82
Hi Douglas, Sorry , my exmaple configuration does not having minimallock property specified. But in my application, I am already using Minimallock property. But my main problem is that when rolling based on date happens, the size of new rolled file gets generated out of original log file is very v

RE: Issue with rolling based on date

2011-02-17 Thread kshah82
Hi Douglas, Thanks for your feedback. If you see my rollingfileappender configuration, then i am already using Minimallock setting. But my main problem is that when rolling based on date happens, the size of new rolled file gets generated out of original log file is very very small. I want a he

Re: Issue with rolling based on date

2011-02-17 Thread kshah82
Hi, Thanks for your feedback. If you see my rollingfileappender configuration, then i am already using Minimallock setting. But my main problem is that when rolling based on date happens, the size of new rolled file gets generated out of original log file is very very small. I want a help in that