I'm having a devil of a time using the logs to debug my application. There's a basic pattern of access that I'm trying to troubleshoot. In order to do this, I would like to analyze correlations between the following properties of requests:
- Request path - Request status - Instance ID used to serve the request If I could filter on the first two properties in the admin console, I would probably be able to diagnose the issue. But that never seems to work properly; the admin console seems to give me some random subset of the relevant logs - sometimes none, sometimes a few, but never all of them. So I tried downloading the logs using appcfg.sh, and then filtering the logs myself. That works - except that the amount of data per request that you get from downloading logs doesn't include the instance ID used to serve the request! I'm getting enormously frustrated by this. Am I missing something about the admin console, or is its search function really this broken? Is there some way to get more verbose logging from the logs-download feature of appcfg.sh? Any insights or help would be greatly appreciated. Thanks, - Kris -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
