Hi Guys
Just wondering if anybody knows of a multi server logging system for PHP? We have a cluster of servers running several websites, I'd like to log events and errors to 1 central location.
I've considered the option of 1 central mysql database, but it provides a point of failure, so what ever I use needs to be completely transparent i.e. even its down then there is not negative impact on the websites. I could log to a local SQLite database and run a cron every few minutes to replicate the data to a central location, but its not very elegant.
Any recommendations or suggestions would be greatly appreciated.
Event and error logging
Moderator: General Moderators