I read log files programmatically using logservice.fetch() After a certain number of reads OVER QUOTA error comes up Is there any way to avoid this. I did not find anything in the documentation[even in billing]
Asked
Active
Viewed 333 times
1
-
Related: http://stackoverflow.com/questions/8989690/appengine-logservice-has-an-undocumented-quota-up-to-1000000-reads-per-day-kn – Ibrahim Arief Mar 24 '12 at 11:03
1 Answers
2
Its undocumented but log service has a 1,000,000 reads per day limit.

Shay Erlichmen
- 31,691
- 7
- 68
- 87