Thread: more cron jobs
View Single Post
Old 06-01-2002, 10:22 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
more cron jobs

I've dedicated this morning to understanding crontab. I am finally beginning to get it.

I set a cron on a file called stats.pl .. stats.pl is a perl script that looks at my gameserver logs and generates stats.

whenever i run ./stats.pl , it generates an error for each line it doesn't recognize .. usually there are a few errors but they're more like warnings .. it doesn't mean anything.

so here is my problem. The cronjob runs every half hour .. and it works great , but i get emailed all the errors that occur durring the stats.pl script. is there a way to make it so the system doesn't email me when errors occur within the stats.pl script itself?
sde is offline   Reply With Quote