Sudo would benefit from the ability to include a message for logging purposes, similar to Git's -m flag ; e.g.
sudo -m "Cron fell asleep" systemctl restart cron.service
And log something along the lines of this in the log:
Apr 09 12:40:55 clocktower sudo[10378]: morgajel : TTY=pts/4 ; PWD=/home/morgajel ; USER=root MESSAGE="Cron fell asleep"; COMMAND=/usr/bin/systemctl restart cron.service
Thoughts?
Thank you for your consideration.