Last active
January 10, 2020 11:21
-
-
Save oppara/6e712f58faf6f25ec551806c03c079ac to your computer and use it in GitHub Desktop.
Log cron log to syslog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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