1

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]

Dilletante
  • 1,801
  • 4
  • 19
  • 18
  • 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 Answers1

2

Its undocumented but log service has a 1,000,000 reads per day limit.

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