How do I view logs for a failed cron job in App Engine? -
One of the daily cron jobs defined in cron.yaml failed on my live webapp2 app.
Is there any way to see common error output, stack trace or logs from app engine cron jobs?
With a consolidated log, you should be able to see the time when your job should have been run. The accident must be in the log, but you have to hook up logging to show it.
Comments
Post a Comment