On Fri, Jan 4, 2013 at 1:59 PM, Ryan Chazen <rya...@gmail.com> wrote: > That link - /_ah/stats/shell - does not seem to be working for me on either > the dev server or the live server. I get a 404 error.
Does /_ah/stats work for you? If it doesn't work, you haven't enabled Appstats in your app.yaml (it's in the builtins section). If that does work, you must configure the appstats shell in your appengine_config.py for it to work in production, but it should be on by default in the dev server. (Python only.) -- --Guido van Rossum (python.org/~guido) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.