The size of error logs on my server are causing disk space problems. This problem has been mentioned many times here for years but the only suggestion is to rotate the logs, which won't help with disk space. I found this post that has a script to handle the files but I don't know enough in that coding language to use it. However, I can write a cron job in php to do what I want. My plan is to have the script cycle through all of the directories in /home/ and delete any error log files found that are above some size limit. I would only need to run the script once a week, or maybe even once a month. My question is if there is any reason why I would not want to do this?