The instance is available today in the logs you can download. I recently updated logparser.py to not fail when it shows up in the logs. https://code.google.com/p/google-app-engine-samples/source/browse/trunk/logparser/logparser.py
(Looks like I didn't update the docstring for this, but the fundamentals are correct.) On Friday, May 24, 2013 12:24:24 PM UTC-7, Takashi Matsuo (Google) wrote: > > > As Vinny said, certainly BigQuery is something you can consider. > Here is another project for ingesting App Engine logs into BigQuery: > https://code.google.com/p/log2bq > > -- Takashi > > > On Fri, May 24, 2013 at 11:49 AM, Vinny P <[email protected] <javascript:> > > wrote: > >> Hello Kristopher, >> >> >> On Friday, May 24, 2013 10:51:23 AM UTC-5, Kristopher Giesing wrote: >>> >>> 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? >>> >> >> Yup, you're correct. Searching logs can be a PITA. >> >> Personally, I use a combination of a homebuilt logging inspector (a >> backend using the Logging API to inspect error logs) and Google BigQuery to >> analyze my logs. Streak wrote up a blog entry about using Google BQ to >> inspect logging, you can read it here: >> http://blog.streak.com/2012/07/export-your-google-app-engine-logs-to.html >> . >> >> >> >> ----------------- >> -Vinny P >> Technology & Media Advisor >> Chicago, IL >> >> My Go side project: http://invalidmail.com/ >> >> -- >> 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] <javascript:>. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> 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]<javascript:> > -- 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.
