Add marker for http debugging

This commit is contained in:
Bastian Kleineidam 2014-03-10 20:09:05 +01:00
parent 9c9cf0c3e2
commit ee0717131d

View file

@ -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