On Sat, May 25, 2013 at 1:41 PM, Kristopher Giesing <[email protected]>wrote:
> Thanks Takashi. I think I used the Python appcfg.py script for something > else a long time ago - so IIRC it's possible to use this script with Java > apps. Is that true? Yes! > > - Kris > > > On Friday, May 24, 2013 2:32:16 PM UTC-7, Takashi Matsuo (Google) wrote: > >> >> Thanks Matthew, >> >> I confirmed that you can download logs with instance_id by running the >> Python appcfg.py with the '--include_all' option as follows: >> $ appcfg.py request_logs --oauth2 -A APP_ID --version VERSION >> --include_all LOG_FILENAME >> >> Unfortunately, it doesn't seem Java appcfg have that option yet though. >> >> >> On Fri, May 24, 2013 at 2:00 PM, Matthew Blain <[email protected]>wrote: >> >>> 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<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/**log2**bq <https://code.google.com/p/log2bq> >>>> >>>> -- Takashi >>>> >>>> >>>> On Fri, May 24, 2013 at 11:49 AM, Vinny P <[email protected]> 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/**2** >>>>> 012/07/export-your-google-**app-**engine-logs-to.html<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 google-appengi...@**googlegroups**.com. >>>>> To post to this group, send email to google-a...@googlegroups.**com. >>>>> >>>>> Visit this group at http://groups.google.com/**group** >>>>> /google-appengine?hl=en<http://groups.google.com/group/google-appengine?hl=en> >>>>> . >>>>> For more options, visit >>>>> https://groups.google.com/**grou**ps/opt_out<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 google-appengi...@**googlegroups.com. >>> To post to this group, send email to google-a...@googlegroups.**com. >>> Visit this group at http://groups.google.com/** >>> group/google-appengine?hl=en<http://groups.google.com/group/google-appengine?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<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. > > > -- 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.
