On Wednesday 13 August 2003 21.24, David Gibson wrote: > OK- what's the best way to see what's being passed to the > redirector? I've tried squid -d9, tailing the cache.log, etc- is it > just to edit the perl script that I'm using for a redirector, and > have it write the input/output somewhere?
I usually add some debug print statements in the redirector showing what is going on. If you print to stderr then the output occurs in cache.log. Regards Henrik
