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.
2 parents 0c75b51 + 81cfb33 commit ac475f0Copy full SHA for ac475f0
bittensor/core/dendrite.py
@@ -258,7 +258,7 @@ def log_exception(self, exception: Exception):
258
"""
259
error_id = str(uuid.uuid4())
260
error_type = exception.__class__.__name__
261
- if isinstance(exception, (aiohttp.ClientConnectorError, asyncio.TimeoutError)):
+ if isinstance(exception, (aiohttp.ClientOSError, asyncio.TimeoutError)):
262
logging.debug(f"{error_type}#{error_id}: {exception}")
263
else:
264
logging.error(f"{error_type}#{error_id}: {exception}")
0 commit comments