[squid-users] attempting to disable (or mute) logs

Joey Officer JOfficer at istreamfs.com
Tue Mar 19 13:34:02 UTC 2019


Confirmed I'm on Squid v4

# squid --version
Squid Cache: Version 4.4
Service Name: squid

I added the above and restarted my container, but the logged output has no change.  I also wanted to add that I may not have provided enough information.  The spam log entries are stdout - which is where Cloudwatch (in my case) is logging the events.  Squid container is being started with the following command:

squid -f /etc/squid/squid.conf -NYCd 1

which is the following options:
-N        Master process runs in foreground and is a worker. No kids.
-Y        Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload.
-C        Do not catch fatal signals.
-d level  Write debugging to stderr also.

I don't have access to the access.log itself, so I'll have to assume the above entry is working for that file.  With that in mind, how would I apply the same filter to the stdout of the squid process?


More information about the squid-users mailing list