I know the cronjobs are running since the scripts themselves generate various logs and alter certain things, all of this is easily verified.
I looked around a bit and the cron log is supposed to be at /var/log/cron
Sure enough, there is a file there and it has entries, but only for root user.
For other users there are no entries, besides the ones that talk about LIST and such.
This makes debugging cronjobs for users quite a bit harder as you can imagine.
Is there a common issue that could cause this?
Thank you.
I looked around a bit and the cron log is supposed to be at /var/log/cron
Sure enough, there is a file there and it has entries, but only for root user.
For other users there are no entries, besides the ones that talk about LIST and such.
This makes debugging cronjobs for users quite a bit harder as you can imagine.
Is there a common issue that could cause this?
Thank you.