Hi, We have a cron job that runs for 6-8minutes and it generates a log. The cron job is running on frontend instance. When I download the log, I get only the log after the cron run timeframe. My cron runs at 5:00AM in the morning and it completes at 5:08. The cron goes through our userbase, picks up 100 users at a time, does some facebook hits to get/set some data. It generates log while iterating the job. appcfg.py --num_days=1 --severity=0 request_logs dir1/agent8-myapp/ war/ gae.log
When I request log download for a day, I only get the content from 5:10 AM. I can never get big cron log entry. Anyone has suggestions? It's clear that log entry will be a big one but I am not sure how I can download it. I gave num_days=2 but still gives me log entries only after 5:10 AM. Thanks Neeli -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
