[squid-users] Access log to syslog

stefand at korbitec.com stefand at korbitec.com
Fri Apr 15 05:35:53 UTC 2016


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 ...]]


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20160415/cda48de2/attachment.html>


More information about the squid-users mailing list