Files
configpolicy/roles/squid/defaults/main.yml
Dustin C. Hatch 8c88e58655 r/squid: Send cache log to syslog
The Squid "cache log" is where it writes general debug and error
messages.  It is distinct from the "access log," which is where it
writes the status of every proxy request.  We already had the latter
configured to go to syslog by default (so it would be captured in the
journal), but missed the former.
2024-02-26 08:37:49 -06:00

7 lines
205 B
YAML

squid_max_object_size: 4096 MB
squid_cache_replacement_policy: heap LFUDA
# squid_cache_dir:
# - aufs /var/cache/squid 51200 16 256
squid_access_log: syslog:daemon.info
squid_cache_log: syslog:daemon.info