On 10/23/08 1:34 PM, Marzia Niccolai wrote: > Hi Brian, > > To view in the web interface, you can set the limit of logs records to > be displayed by appending the &limit argument on the URL, so the > following should work: > > http://appengine.google.com/logs?&app_id=xxx&version_id=1.150&limit=10 > <http://appengine.google.com/logs?&app_id=brizzled&version_id=1.150&limit=10> > > Also, instead of using sys.stderr you should use the standard python > logging module.
Thanks. I thought I'd gotten rid of all the sys.stderr stuff. I'll check again. -Brian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
