Kinkie wrote:
On Fri, Jan 8, 2010 at 8:14 PM, Matthew Morgan <[email protected]> wrote:
I've tried to figure this out, but I can't quite get it. In the following
line,
debugs(90, 3, "CheckQuickAbort2: YES too much left to go");
What do I need to set the -d option to on the squid command line to see this
output? I tried 3, but this didn't work. I think I'm missing what this
line means. Eclipse is nice enough to expand the macro in a tooltip for me,
but I didn't quite follow what it was saying.
Section 90, level 3 or more.
I see what I was doing wrong. I needed to pass -X to squid, otherwise
it was disabling debugging output from the store. Thanks!