My logwatch is configured correctly and is working correctly when I issue manually
/usr/sbin/logwatch
I added it to root's crontab and it is listed correctly when I make crontab -l
which gives:
0 5 * * * /etc/cron.daily/0logwatch
0 2 * * * /usr/sbin/logwatch
0 3 * * * /etc/cron.daily/one_of_my_scripts
0 4 * * * /etc/cron.daily/another_script
My scripts work great but logwatch is not working although I added it twice in crontab using a direct call and using the script that is prepared to be run from cron.daily
/var/log/cron seams not to log per-user crontab activities
Any clues?