We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc90be6 commit 7c39f3fCopy full SHA for 7c39f3f
riak/transports/tcp/connection.py
@@ -226,7 +226,7 @@ def close(self):
226
# NB: sometimes these exceptions are raised if the initial
227
# connection didn't succeed correctly, or if shutdown() is
228
# called after the connection dies
229
- logging.exception('Exception occurred while shutting '
230
- 'down socket.')
+ logging.debug('Exception occurred while shutting '
+ 'down socket.', exc_info=True)
231
self._socket.close()
232
del self._socket
0 commit comments