Skip to content

Commit 86bf7f5

Browse files
author
Chris Rossi
authored
fix: add rpc request object to debug logging (#696)
Fixes #695
1 parent 2d68a31 commit 86bf7f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-cloud-ndb/google/cloud/ndb/_datastore_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def rpc_call():
8989
rpc = _remote.RemoteCall(call, rpc_name)
9090
utils.logging_debug(log, rpc)
9191
utils.logging_debug(log, "timeout={}", timeout)
92+
utils.logging_debug(log, request)
9293

9394
try:
9495
result = yield rpc

0 commit comments

Comments
 (0)