Log4Net RollingFileAppender not flushing IO buffer with low volume log
I'm pondering on the same issue as HENRI COOK did . It's been reported as a bug on Apache Jira as far as we can tell from the short description. My problem in essence is that events are only logged when the application is shut down (even weeks after the event). That happens when logging volume is very low. I'm seeing this on a Windows Server 2008 R2. This prevents us from capturing and reacting to production errors. Now the appender is not a buffering one. By default it also calls Flush() on the underlying stream every time a message is appended. My question is WHY is it not flushing? And is