> Minor thing, but worth noting you can just do logging.exception('foo')
> to log an exception; Don't need to mess with sys yourself.Apparently logging.error() does not log the current exception's information unless it's passed via the exc_info parameter. Good to know there's a shortcut, 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 [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 -~----------~----~----~----~------~----~------~--~---
