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 a38d8cc commit 36ee7c4Copy full SHA for 36ee7c4
google/api_core/retry/retry_unary.py
@@ -152,7 +152,7 @@ def retry_target(
152
# client:
153
# response = Library.listBooks(..., requestID=582) # the 582 would be a unique ID computed on the fly
154
# api_core:
155
- # loggingDebug(f"Calling {rpc_call_id}:{attempt} for request {requestID}")
+ # loggingDebug(f"Calling {requestID}:{attempt} STARTED")
156
# Logging output:
157
# TIME1: client: Initiating RPC ListBooks (requestID=582, details=....)
158
# TIME2: google_api_core: Call 582:0 STARTED
0 commit comments