Get Informed by Troubles

Today I opened the logs of a Laravel application of mine, publicly available. And found lots of exceptions. Quickly, I realized those were generated by a new user trying to do stuffs no one ever tried (and no one ever noticed as failing).

Once the issues were fixed, I decided that the problem had to be resolved: how to stay informed about errors of my applications, avoiding the boring routine of counsulting logs every day? Reading logs is sysadmin's job, I'm a developer, my job is to be lazy...

So, I got the code of Laravel Log Viewer (a Laravel package once a friend pointed to me), adapted it, and obtained a compact new package able to publish the logs by RSS.

Relax yourself and wait for troubles coming to you, with minimal effort!