Hi Jeff,
GAE log downloads have been flaky for me. Our logs (request + application) 
average to about 10G a day. First I used appcfg.py to get all the logs - 
but eventually discovered that it did not get everything. I was running it 
every 10 minutes. I notice that there is some sort of buffer of 100M. If 
the logs exceed that bucket - appcfg can't download it. In addition appcfg 
time granularity is restricted to a day. 

I then switched to their logservice API. If you enable remote_api in your 
app - you can use the logservice api to get logs. So far - it seems to work 
better than appcfg. I run it every minute and specify the last minute as 
the timeperiod. It is very granular in terms of timeperiods.



On Friday, June 14, 2013 1:33:53 PM UTC-4, Jeff Bull wrote:
>
>
> We have a simple application on Google App Engine. Every day I download 
> the GAE log file for internal tracking purposes. For the last two days the 
> log file has been much, much smaller than is normal. Over the last month 
> it's average over 1 million lines per day. Yesterday it was 2400 lines and 
> today it was 15,000 lines. Looking at the GAE dashboard, I can see that our 
> requests per second have not dropped off from our normal pattern. So either 
> the requests aren't being logged or we're not able to download the full log 
> file. I manually re-downloaded yesterday's log about four times, but got an 
> incomplete log every time. I haven't made any configuration changes to GAE 
> in months. Has anyone else seen this behavior? Anyone have a clue what 
> might be going wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to