Event and error logging

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
kelv1n
Forum Newbie
Posts: 4
Joined: Sun Oct 14, 2007 1:05 pm

Event and error logging

Post by kelv1n »

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.
Post Reply