Hello,
i´m running a daily cronjob for generating our sitemap. The output of the cronjob is following:
Resuming the last session (last updated: 1970-01-01 00:00:00)
1 | 167 | 95.6 | 0:00:16 | 0:45:14 | 1 | 1,333.1 Kb | 1 | 0 | 1333
20 | 148 | 1,425.2 | 0:00:36 | 0:04:32 | 1 | 1,729.8 Kb | 20 | 819 | 1729
40 | 128 | 2,503.7 | 0:01:01 | 0:03:17 | 1 | 1,948.7 Kb | 39 | 985 | 1948
60 | 108 | 3,626.8 | 0:01:19 | 0:02:23 | 1 | 1,914.8 Kb | 59 | 1015 | 1914
..... continues for a lot more rows ......
<br />Done, redirecting to sitemap view page.
<script>
top.location = 'index.php?op=view'
</script>
The sitemap is generated successfully. Unfortunately our server is configured, that always, when the cronjob-script outputs text, i get a notification email. Because of the output i receive this emails every day.
My question is: Is it possible to disable this status-messages for the cronjob-file and limit the output to error messages?
Best regards,
Otto