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 expected)

Should I then rather have the configuration file with the following lines:

access_log syslog:local4.info squid ACL1
access_log syslog:local4.info squid ACL2
access_log syslog:local4.info squid ACL3

Doesn't make sense to me as the documentation states 
(http://www.squid-cache.org/Versions/v3/3.3/cfgman/access_log.html) :

access_log <module>:<place> [<logformat name> [acl acl ...]]


_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to