Hi Mayumi, Just one idea, you could look at the Python SDK's appcfg tool. It has facilities to download the logs, I honestly am not sure how feasible it is, but maybe you can adapt it to run on App Engine. http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/tools/appcfg.py#889
Robert On Thu, Mar 31, 2011 at 14:40, mayumi <[email protected]> wrote: > Hi, we have a GWT application hosted in GAE. We use gwt-log (http:// > code.google.com/p/gwt-log/) to log our client side and server side > exceptions. What we need to do is to run a cron job every day at the > midnight to create a report on all the exceptions (ex. listing source, > exception time, count, etc). In order to do this, we need to access > GAE logs promrammatically through API call or something from our > server side code. Is this possible? > Is the log data accessible? > > If this is not possible, what is a best way to summarize errors in the > logs? > > Thank you so much. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
