Commit ae70a4ce by John Eskew

Log GoCD backup cron output to syslog.

parent d4b9133f
......@@ -53,5 +53,5 @@
cron:
name: "gocd backup"
minute: 0
hour: 2
job: "{{ GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION }}"
hour: 3
job: "{{ GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION }} 2>&1 | /usr/bin/logger -t gocd_backup"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment