Can it be deleted so it creates a new one automatically? Or better to download it, make file empty and re-upload the empty file?
Make a script that empty file and put this script on cron, thats it. Script will be, $handle = fopen("error_log", w); fwrite($handle, " "); I have not tested it, but it shud work.