- To view your cron logs, you need to log in to your WHM (Web Host Manager).
- Once logged in to your WHM dashboard, search for Terminal and click on it. You then need to cd into the log directory:
cd /var/log
Then, you can list the directory for all files containing cron:
ls -la | grep cron
Then, you can either view the last few lines:
tail -4 cron-20220710
How to View Your Cron Logs via Your WHM Dashboard
Updated on July 29, 2024