Tag Archives: cronjob

Two easy ways to create cronjobs log reports

In creating a log report you can test if your cron job is running or not. There are two ways to create a log report, either you do it in your main script (in this example, MyScript.py) or directly in your cron job setup using crontab.
Continue reading “Two easy ways to create cronjobs log reports” »