I know you can download the raw access logs with appcfg.py, but I\'m really interested in all the information around a specific request like python logging statements, excep
Here is a way to access raw logs so you can further processing without custom parsing (also for me request_logs is not downloading all the data for specified time frame).
Here is an app which runs in the appengine itself: https://gaelogapp.appspot.com/
You can easily add this functionality to your app with updates to app.yaml and copy logs.py: https://github.com/okigan/gaelogapp