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 |