TAG NAME debug_options

Description This provides a means to configure all of Squid’s various debug sections
Build Option
Default
Usage
debug_options section, level
Default
debug_options ALL,1
Synopsis

Squid’s debugging code has been divided into a number of sections, so that if there is a problem in one part of Squid debug logging can be made more verbose for just that section. The magic word “ALL” sets debugging levels for all sections.  We recommend normally running with “ALL,1″.


Arguments

section
Defines which section’s information to be logged
level
Defines debugging levels (0-9)

Example(s)
debug_options ALL, 9