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…..
You can do exactly what you describe using LogService API.