squid-users  

Re: [squid-users] Is there ICAP evidence log in any log files?

Henrik Nordström
Tue, 09 Feb 2010 15:13:10 -0800

tis 2010-02-09 klockan 15:18 -0600 skrev Luis Daniel Lucio Quiroz:
> Le Mercredi 30 Juillet 2008 22:24:35, Henrik Nordstrom a écrit :
> > On tor, 2008-07-31 at 11:26 +0900, S.KOBAYASHI wrote:
> > > Hello developer,
> > > 
> > > I'm looking for the evidence for accessing ICAP server. Is there its log
> > > in any log files such as access.log, cache.log?
> > 
> > The ICAP server should have logs of it's own.
> > 
> > There is no information in the Squid logs on which iCAP servers were
> > used for the request/response.
> > 
> > Regards
> > Henrik
> I wonder if using squidclient mngr:xxXX  we could see some info about icap,
> where?

Seems not.

You can however increase the debug level of section 93 to have ICAP spew
out lots of information in cache.log.

debug_options ALL,1 93,5

should do the trick I think.

Regards
Henrik