Body in the logs should be debug-level

Fixes #119, thanks traxair!
This commit is contained in:
Honza Král
2014-09-10 16:24:44 +02:00
parent f9b70383b9
commit cb68308abf
+1 -1
View File
@@ -81,7 +81,7 @@ class Connection(object):
if body:
body = body.decode('utf-8')
logger.info('> %s', body)
logger.debug('> %s', body)
def _raise_error(self, status_code, raw_data):
""" Locate appropriate exception and raise it. """