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.
7 lines
205 B
YAML
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
|