Were you using logging.debug() ? Debug logging is off by default, so you need to use logging.info() or logging.error() for it to show up in the logs.
Cheers! Greg. On Nov 9, 4:17 am, Maz <[EMAIL PROTECTED]> wrote: > Hi, > I've been trying to use Python's logging module in App Engine. > Whenever I have the program log something, it doesn't show up in the > App Engine Launcher (for Mac)'s log. Currently, the only way that I > can log information is through raising an Exception(<info to log>). > > 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 -~----------~----~----~----~------~----~------~--~---
