[appengine-java] Re: How-to view stack dumps in GAE

2009-09-21 Thread Rajeev Dayal
Maybe you could try e.printStackTrace(System.out) and see if that makes a difference? On Sat, Sep 19, 2009 at 11:34 AM, Diana Cruise diana.l.cru...@gmail.comwrote: What does GAE do with standard dumps such as e.printStackTrace()? Here is the Admin Console Log output in DEBUG mode for my test:

[appengine-java] Re: How-to view stack dumps in GAE

2009-09-21 Thread Toby Reyelts
Hi Diana, Throwable.printStackTrace() writes to System.err. App Engine ties System.err to the java.util.logging.Logger named stderr using the Warning logging level. If you've redirected System.err or don't have logging configured correctly, your stacktraces can end up going somewhere else or