Skip to content

Commit

Permalink
fix: add rpc request object to debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rossi committed Jul 28, 2021
1 parent cf10a14 commit b0ecd26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/ndb/_datastore_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def rpc_call():
rpc = _remote.RemoteCall(call, rpc_name)
utils.logging_debug(log, rpc)
utils.logging_debug(log, "timeout={}", timeout)
utils.logging_debug(log, request)

try:
result = yield rpc
Expand Down

0 comments on commit b0ecd26

Please sign in to comment.