copr: be: redirect both stderr/stdout from cronjob to log

This commit is contained in:
Pavel Raiskup 2019-12-13 15:38:07 +01:00 committed by Pierre-Yves Chibon
parent b6b694f319
commit a006dfee76

View file

@ -290,7 +290,7 @@
- name: setup crontab for cleaning up redis
cron: name="prune redis VM db periodically"
job="/usr/local/bin/cleanup-unused-vms-from-redis >> /var/log/copr-backend/cleanup-redis-vms.log"
job="/usr/local/bin/cleanup-unused-vms-from-redis &>> /var/log/copr-backend/cleanup-redis-vms.log"
minute="50"
user=copr