debug_options |
This directive controls the amount of debugging information written to cache.log. Each source code module has a section number. Individual debugging statements in the code have a level. Higher debugging levels correspond to more verbose debugging. For a list of section numbers, refer to Table 16-1 or the doc/debug-sections.txt file in the source distribution.
Syntax |
debug_options section,level ... |
Default |
debug_options ALL,1 |
Example |
debug_options ALL,1 42,5 |
Related |
cache_log |