You are not logged in.
I have a root cronjob trigger every 10 min (cronie) and as a result my journalctl output is polluted with many entries of cronie triggering the job. I did not see any options to decrease the cronie verbosity as it related to journalctl via googling so I thought I'd tap the community. Thoughts?
To be clear, the crontab looks like this so it's not the output of the script I wish to silence, is the cronie calls to journalctl entirely.
*/10 * * * * /root/bin/leaktest
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
You could use a loop in a shell script instead of cronie for such a simple task.
Offline