Question

My app runs on the google app engine Till now I have been downloading log files and processing them into meaningful data afterwards using python

However, now for the use of management I would like to process the daily log files directly on the app engine so that the reports can then be directly send to the concerned people.....

Is this possible....Please suggest some method.....

Was it helpful?

Solution

You can do exactly what you describe using LogService API.

The google.appengine.api.logservice package provides methods allowing applications to periodically flush logs during long-running requests and to examine an application's request logs and application logs

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top