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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -