Add logging to manage.py commands used as cronjobs #876
Labels
back-end
These are issues related to our Django back-end
easy-to-fix
These issues are easy to fix and recommended for newer members.
enhancement
These issues are enhancements to (already existsing) functionality on the website.
When amelie was running on regular servers, we needed to keep the cronjob tasks silent, because all output would be e-mailed to the www-supers.
Now that we are running on Kubernetes, cronjobs are running as Kubernetes Jobs, and they can log to standard output normally. Logs can be viewed via the Kubernetes dashboard. However these are very quiet now.
We should add some logging to see what our cronjob tasks are doing.
The text was updated successfully, but these errors were encountered: