http://code.google.com/intl/en/appengine/docs/java/runtime.html
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Prince Sent: Saturday, May 14, 2011 11:29 PM To: Google App Engine Subject: [google-appengine] How to force immediate log writes in Java? I have a servlet that works fine in development but crashes the server in production and I'm trying to figure out why. Since the log files seem to be flushed at the end of the HTTP request, and the server is crashing, nothing is written and I'm flying blind. I thought I heard mention of a way to force immediate flushing of each logging event... but I can't seem to find any docs. If this exists, can someone please point me to the docs or let me know how to configure it? Thanks, Mike -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
