We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9808a0d commit c10ed80Copy full SHA for c10ed80
2 files changed
pymongo/asynchronous/mongo_client.py
@@ -2869,7 +2869,7 @@ async def _read(self) -> T:
2869
_debug_log(
2870
_COMMAND_LOGGER,
2871
message=f"Retrying read attempt number {self._attempt_number}",
2872
- clientId=self._client.client_id,
+ clientId=self._client._topology_settings._topology_id,
2873
commandName=self._operation,
2874
operationId=self._operation_id,
2875
)
pymongo/synchronous/mongo_client.py
@@ -2855,7 +2855,7 @@ def _read(self) -> T:
2855
2856
2857
2858
2859
2860
2861
0 commit comments