Hi there, I have several squid cache servers setting us as reversed proxy for a large website. We need to provide a single log file everyday. Instead of spending hours on combining several huge access.log files into one, I'm wondering whether I can use a log server and point the log file to it so that the log file is already well organized. If I want to implement it, where should I start? One way to solve the issue I can think of is to mount the log server's disk on the cache servers. But mount is not reliable and I don't like it. It might have write lock issues since multiple servers are writing to it at the same time.
Thanks. George Hong
