Hi,
I have a servlet that loops and writes normally to catalina.out with
System.out.println(iteration);
I can tail -f catalina.out and see the iterations as they happen.
The problem is that after configuring the applications logging.properties as
shown below and set the application context xml with the attribute
swallowOutput="true", I do not see the iterations until the very last one.
I am a bit puzzled as to what is happening and where that behavior should be
corrected. Any ideas ?
Tx - Fred
$ cat logging.properties
handlers = org.apache.juli.FileHandler
org.apache.juli.FileHandler.level = FINEST
org.apache.juli.FileHandler.directory = ${catalina.base}/logs
org.apache.juli.FileHandler.prefix = myapp.
--
View this message in context:
http://www.nabble.com/Does-logging-with-swallowOutput%3D%22true%22-buffer-the-output---tp15747629p15747629.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]