Hi Kristopher, On Fri, May 24, 2013 at 8:51 AM, Kristopher Giesing <[email protected]>wrote:
> 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. > Yes, the process stops searching when it hits a certain amount of time limit. However, if you click 'Next Page' on the result, you can navigate through the result. I hope it works for you. > > 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? > The instance id is available via 'INSTANCE_ID' environment variable. How about to write the instance_id to application logs, so that you can download them with --severity option? But yes, I understand you saying there should be a way to easily include the instance ids in the downloaded logs. Can you file a feature request for that? -- Takashi > 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. > > > -- Takashi Matsuo | Developers Programs Engineer | [email protected] -- 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.
