Skip to content

Instantly share code, notes, and snippets.

@oppara
Last active January 10, 2020 11:21
Show Gist options
  • Save oppara/6e712f58faf6f25ec551806c03c079ac to your computer and use it in GitHub Desktop.
Save oppara/6e712f58faf6f25ec551806c03c079ac to your computer and use it in GitHub Desktop.
Log cron log to syslog
12 4 * * * /path/to/command 2>&1 | logger -t <NAME> -p local0.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment