What are you trying to achieve?
Sent from my Samsung Galaxy smartphone.
Original message
From: james82
Date: 16/07/2016 09:11 (GMT+02:00)
To: squid-users@lists.squid-cache.org
Subject: [squid-users] how to edit squid proxy squid.conf in /etc/squid3/?
I don't know how to edi
I'm trying to log multiple ACLs to syslog using squid 3.3.8 on CentOS 7
When I add the line :
access_log syslog:local4.info squid ACL1 ACL2 ACL3
Nothing gets logged to syslog
However when I change the line to :
access_log syslog:local4.info squid ACL1
It logs correctly, but just for ACL1 (as