• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Piped logging duplicates log entries to /var/log/httpd/

HostaHost

Regular Pleskian
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?
 
Back
Top