With 4.1.12 (4.0.x is ok) I experience a problem with logging. There seems to be some strange buffering. I have a Servlet in my webapp which does some initialisation. It prints progress information to STDOUT and error information (exception.printStackTrace()) to STDERR. I have a System.exit call if something fails. (It is really important for me that *nothing* is running in the case of an initialisation-error). The problem is, that I never see my progress information and no error-messages (if the System.exit part is reached). That makes finding the error *real* hard (it took me several hours yesterday to find that one of my XML-configuration files was not well formatted...).
So the question is: Is there some buffering of output? BTW, if everything works fine during init then the progress information is shown *after* everything's done - so not really a "progress" information. As said above, nothing of that kind happened with 4.0.x. Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>