I have a weird situation with a DailyRollingFileAppender. I'm finding that the code that is writing with this appender is only occassionally actually writing to the file. Just before doing the write, I forced the appender to use unbuffered io, and immediate flush (which is probably redundant). I even have a file IO monitor (Filemon, from Sysinternals) watching the file. What I find is that it only writes to the file "every so often". I can't see the pattern. What other information can I get to determine what might be happening here?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
