If you ever want to delete the error_log files from all the websites hosted on your server, and you have access to the server via SSH, the following command will quietly remove these files:
find /home/ -type f -name error_log -deleteIf you ever want to delete the error_log files from all the websites hosted on your server, and you have access to the server via SSH, the following command will quietly remove these files:
find /home/ -type f -name error_log -delete