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 63b09ff commit a2f0925Copy full SHA for a2f0925
src/workflows/transport/pika_transport.py
@@ -1484,7 +1484,7 @@ def _run(self):
1484
break
1485
logger.warning(f"Connection {connection_counter} failed: {e!r}")
1486
except BaseException as e:
1487
- logger.error(f"Connection failed for unknown reason: {e!r}")
+ logger.exception(f"Connection failed for unknown reason: {e!r}")
1488
self._exc_info = sys.exc_info()
1489
1490
# Make sure our connection is closed before reconnecting
0 commit comments