I'm trying to use the logs in the dashboard to debug my script. It's a
callback script so I can not debug it locally. I can output some
information by using logging.info(msg).
But sometimes the script just crashed, maybe syntax error or others, I
found that GAE logs only log the  exceptions, if there's other error,
for example: ImportError, it just display nothing.
It bring me a lot of trouble to guess what the error is.....

Anyway to get through this? Thanks!
--~--~---------~--~----~------------~-------~--~----~
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