On 13/01/2012 10:54 a.m., ftiaronsem wrote:
Dear all

I am sorry to ask, but I am simply unable to get rid of the following
type of log lines:

CACHEMGR:<unknown>@127.0.0.1 requesting 'storedir'

They are polluting my cache.log. In my squid.conf I have:

acl manager proto cache_object
log_access deny manager all

log_access controls transaction logs (the access_log directive outputs).

http_access allow manager localhost
http_access deny manager all

Why do the log-lines appear? And how do I stop them?

They occur because you set the debug trace output to level 5 or higher and some client at 127.0.0.1 is pulling manager reports about the store directories out of Squid.
Normal production use only needs level 0 (critical) or 1 (important).

Amos

Reply via email to