Skip to content

Commit 5f80f77

Browse files
authoredDec 6, 2024··
feat: update recognized logging fields (#766)
1 parent d18d9b5 commit 5f80f77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎google/api_core/client_logging.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"rpcName",
1616
"serviceName",
1717
"credentialsType",
18-
"credentialInfo",
18+
"credentialsInfo",
1919
"universeDomain",
2020
"request",
2121
"response",
2222
"metadata",
2323
"retryAttempt",
24+
"httpResponse",
2425
] # Additional fields to be Logged.
2526

2627

0 commit comments

Comments
 (0)
Please sign in to comment.