mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Correct documentation of --debug in linkchecker(1)
dns logger was removed in:e1f72490("Move dnspython module into third_party directory.", 2011-05-24) Threading has not been disabled with --debug since:eaa8a963("Refactor logging configuration.", 2014-05-10)
This commit is contained in:
parent
009f22e9b6
commit
b3967f75c4
1 changed files with 4 additions and 6 deletions
|
|
@ -156,12 +156,10 @@ Application
|
|||
|
||||
.. option:: -D STRING, --debug=STRING
|
||||
|
||||
Print debugging output for the given logger. Available loggers are
|
||||
cmdline, checking, cache, dns, plugin and
|
||||
all. Specifying all is an alias for specifying all available
|
||||
loggers. The option can be given multiple times to debug with more
|
||||
than one logger. For accurate results, threading will be disabled
|
||||
during debug runs.
|
||||
Print debugging output for the given logger.
|
||||
Available loggers are cmdline, checking, cache, plugin and all.
|
||||
all is an alias for all available loggers.
|
||||
This option can be given multiple times to debug with more than one logger.
|
||||
|
||||
Quiet
|
||||
"""""
|
||||
|
|
|
|||
Loading…
Reference in a new issue