I'm curious if anyone running piped logging has found a way around this. We converted a few server to piped logging because we found it would decrease the server load; i.e. it must be more efficient than having every child process of apache writing to individual logs. So anyway, the negative side effect of doing this seems to be that now the plesk pipelog program is writing the relevant entries to each site's logs directory, but every request for every site is also being written to /var/log/httpd/access_log which is highly undesirable since we have /var/log/ on its own partition which is not large enough to store a day's worth of logs for every site on the server (50+ gigs).
Any way to make it only log to the pipelog program and not to the system httpd log?
Any way to make it only log to the pipelog program and not to the system httpd log?