Found this: http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Logs
Which explains why my info logs are more shortlived than my error logs. However, when I used the request_logs command, I only see the logs "header", but no associated data that I passed on to the logging.info() method. Is there an option for the request_logs command that will allow more verbose logs to be downloaded? On Tue, Sep 13, 2011 at 9:41 AM, Rishi Arora <[email protected]>wrote: > I noticed that while logs with error severity can be accessed several > hours, even days after the event, but logs with info severity start > disappearing within just a couple of hours. Is this documented? I saw a > spike in traffic at 12:28:57 UTC in my app, and I'm trying to investigate > this. I can see error logs but no info logs at that time. And its been > just a little over 2 hours since that event. Is there another way to access > these logs (appcfg.py) than using the admin console? > > -- 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.
