Is there a way to change the format string that app engine uses? I've tried adding the following line to my handler script's main function:
logging.basicConfig(format=foo) Unfortunately, that doesn't change what I see in my development server's window. I'm not really familiar with the logging module, but from what I've gather from the (voluminous!!) documentation, this seems to be the right way to do things, at least out side of GAE. What's the right way to do this in GAE? Is it even possible? Here's the info on my dev env: Windows XP Home SP3 SDK 1.3.5 google-app-engine-django r105 Django 1.0 -- 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.
