copr: be: redirect both stderr/stdout from cronjob to log
This commit is contained in:
parent
b6b694f319
commit
a006dfee76
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
||||||
|
|
||||||
- name: setup crontab for cleaning up redis
|
- name: setup crontab for cleaning up redis
|
||||||
cron: name="prune redis VM db periodically"
|
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"
|
minute="50"
|
||||||
user=copr
|
user=copr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue