Mir Farooq Ali wrote:

> I tried something like
> 
> debug_options 11,3 ALL,1
> 
> but got the same effect. Its logging the activities at of every section at
> EVERY level rather than just 1.

No. It logs everything (ALL) at level 1, and nothing else.

>From what you write it sounds like you have ran "squid -k debug". squid
-k debug temporarily forces ALL,9 until squid -k debug is run again,
i.e. it toggles between ALL,9 and what you have specified as
debug_options.

If you want detailed logging of section 11, then debug_options should be

debug_options ALL,1 11,3

And DON'T run squid -k debug.

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to