Hello Squid Dev, Whenever squid encounters error during processing of client request,It makes entry in access log telling request which was not successfully handled by squid.I want squid to stop making these entries in access log. How to achieve it?
I gone through client_side.c Is there any unique way by which we can come to know that squid has encountered error during proccessing client requests in client_side.c.? [client_side.c makes call to accessLogLog to make access log entries] Waiting for reply.. Regards, Atit
