I have the need for some crons that run every minute or every other minute. Is there a way to prevent these crons from making entries in the system log? I already have the >/dev/null so I don't get emails, but I would like to reduce the clutter in the logs associated with these crons running.