Preliminaries: my deployment script gets svn version number (via svn
info), sets the version in app.yml and does the upload via appcfg.py

I increase version number to be able to test the app before going live
using the uri in the admin dashboard. For example, if my default
version is 200 and I upload version 201 I could use this url
http://201.latest.my-app-id.appspot.com to test (manually or
otherwise) before going live, that is, promote 201 to the default
version

Now, my question is, if version 201 throws an uncaught exception

"""
Error: Server Error

The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
"""""


where can I see the stack trace?

I've tried already to call webapp.WSGIApplication with debug=true.
Still nothing in the logs. I  could override handle_exception method
and send stack trace in the response, but my feeling is that I'm
missing something obvious here? Where are the logs for non default
version?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to