AppEngine tutorial http://code.google.com/appengine/docs/java/gettingstarted/usingjsps.html suggests that the debug logs generated by java.util.logging.Logger can be seen at admin console.
However I don't see the log information from admin console for local instance at http://localhost:8888/_ah/admin
Is there a way to see debug log when developing locally?
Thanks
I see them appearing in the terminal where I start the development server.
You can set:
.level = ALL
In your logging.properties file. See http://code.google.com/appengine/docs/java/runtime.html#Logging for info on how to set up this file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With