mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
comment out debug logging thing
This commit is contained in:
parent
ca7625b18d
commit
338e5cd878
@ -80,7 +80,7 @@ def _send(self, data):
|
||||
logging.info('sending data from %s', repr(data))
|
||||
orig_send(self, data)
|
||||
### uncomment this to block see raw requests going over the wire
|
||||
http_client.HTTPConnection.send = _send
|
||||
# http_client.HTTPConnection.send = _send
|
||||
|
||||
logging.basicConfig(
|
||||
stream=sys.stdout, level=logging.INFO, # level=warcprox.TRACE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user