Minor thing, but worth noting you can just do logging.exception('foo')
to log an exception; Don't need to mess with sys yourself.On Aug 31, 3:14 am, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > Thank you so much for pointing me towards the logging module. > > No worries, I too learned about it just a few days ago :) > > > Apparently the dev_appserver isn't as sensitive as the > > live server, so it was functioning without complaint, and then DOA in live. > > > Anyhow, I still think that it's very inconvenient that the logs in the > > appengine admin view don't display anything for malformed app.yaml. > > I suggest adding an issue into the bug tracking system with a sample > app.yaml that reproduces this problem. IMO, the SDK should behave > as close as possible to the live version of GAE. And in any case > such errors should be logged. > > Cheers, > Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
