mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-07 00:00:58 +00:00
Add marker for http debugging
This commit is contained in:
parent
9c9cf0c3e2
commit
ee0717131d
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,10 @@ lognames = {
|
|||
"plugin": LOG_PLUGIN,
|
||||
"all": LOG_ROOT,
|
||||
}
|
||||
# XXX debug httplib
|
||||
#import httplib
|
||||
#httplib.HTTPConnection.debuglevel = 1
|
||||
|
||||
lognamelist = ", ".join(repr(name) for name in lognames)
|
||||
|
||||
# logging configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue