Ok, sorry for wasting everybody's time on this one. Put some debug code in the lib only to find out the lib wasn't the problem. I am running on Linux with a ' | tee -a /tmp/out' so I could get my output on both the console & in a file. Turns out the tee command is buffering. Just stopped using the tee command and added a file appender to the config file. Everything is back to normal (not sure why I just noticed the buffering though as I've been running this app for several month).
Thanks for your responses. Marc Curt Arnold-3 wrote: > > > On Oct 5, 2007, at 10:11 AM, mr19 wrote: > >> >> I ran across that prior to posting which is why I tried the >> immediateFlush >> setting, unfortunately with no luck. Wouldn't that fix have made >> its way >> into the 0.10 release already? > > log4cxx-0.10 hasn't been released yet, but that fix has been in the > SVN for over a year. You would have to have a very stale snapshot to > not have that code in your version. > > Since you are apparently still having problems, please update to the > latest SVN HEAD anddescribe your platform, compiler, configuration > file and the specific symptoms you are seeing that indicate a problem > either in a bug report or on the mailing list. I personally won't > have time to look at it till next week, but someone else might take a > crack at it. > > > > -- View this message in context: http://www.nabble.com/Console-messages-now-buffered-tf4570455.html#a13065687 Sent from the Log4cxx - Users mailing list archive at Nabble.com.
