Was curious if you could profile a sample squid.conf specifically around log file configuration. I need to perform request logging and have this in a squid.conf ported from a Debian 10 VM:
access_log daemon:/var/log/squid/access.log
Seems it may be the reason I get this error on startup:
logfileHandleWrite: daemon:/var/log/squid/access.log: error writing ((32) Broken pipe)
Was curious if you could profile a sample squid.conf specifically around log file configuration. I need to perform request logging and have this in a squid.conf ported from a Debian 10 VM:
access_log daemon:/var/log/squid/access.logSeems it may be the reason I get this error on startup:
logfileHandleWrite: daemon:/var/log/squid/access.log: error writing ((32) Broken pipe)