So we all have PHP error logs and we all have to check them.
Is there anything built out there that can look at a PHP error log and see if its different to last time and email the differences or something?
It would save so much time every day, especially when there are lots of servers. PHP errors are especially delicate because often we need to respond to them asap.
well if I were you, and there are indeed no errors for many days to show, I’d just set up some cron job to check if error file is empty and send it’s last 50 lines by email if not