On Monday 16 June 2003 08.06, atit jariwala wrote: > 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?
By editing the source and changing the debug level of the errors you want to hide. cache.log messages are printed by the debug(section,level) call in the sources. Regards Henrik
