-
Notifications
You must be signed in to change notification settings - Fork 8
8 : Logging
Chris Buijs edited this page Dec 20, 2017
·
2 revisions
To set, see "debug
" option in the python module.
There are three levels:
- 0 - Minimal logging, basically only errors and startup stuff.
- 1 - Default, Includes level 0 plus shows what QUERIES/RESPONSES are blocked
- 2 - Includes level 1 plus all processing info
- 3 - Flat out logging all, noisy!
Logging is done to the info or error channel, either to tty or syslog (follows configuration of unbound). Note that anything to do with the runtime of the python module itself is logged to tty. For debugging run unbound with the "no daemon" command-line parameter "-d
".
Note: This section needs to be extended with examples and what they mean.