On Sat, 12 Nov 2005, Wojciech Puchar wrote:

can such messages

Nov 12 22:01:47 hel squid[22265]: comm_accept: FD 8: (53) Software caused connection abort Nov 12 22:01:47 hel squid[22265]: httpAccept: FD 8: accept failure: (53) Software caused connection abort


be disabled in logs?

Yes, by changing the log level of the said message in the source.

look for debug(...)("httpAccept: FD %d: accept failure: ..."

the second number in the debug clause is the log level. 1 is considered "important" and is always logged (0 is critical). 2 and above is debug info.

Regards
Henrik

Reply via email to