Multiple Webservers creating one logfile
I have a dillema. I've got 2 webservers serving the same content (a redundant load balancing system for a high traffic website. One of the coders has mentioned that he'd like to write some logs to a file (hits to a certain page, and some other information) via a PHP script.The problem is I don't want two seperate log files. I'm thinking of using a NFS Share for the logfile, but I'm worried about slowdowns & possible data loss.
Has anyone had any experience with anything like this? are there better systems out there? I'm not above paying for a solution to help me manage log files either.
Thanks in advance.