Re: [google-appengine] How to download logs from a backend?

2012-01-15 Thread Amy Unruh
Dave, The same logs include both backend and frontend instance logging- they are not separated. You could be experiencing a delay before long-running backend log writes get flushed. You might be interested in the LogService API,

[google-appengine] How to download logs from a backend?

2012-01-14 Thread Dave Loomer
The docs for downloading logs make no specific mention of backends, and from my attempts it seems that you can only download logs for your frontend. That would be strange though, and to make matters worse a web search for google app engine download backend logs (no quotes obvs.) reveals nothing