Skip to content

Commit 3fa97b8

Browse files
committed
feat: update recognized logging fields
1 parent d18d9b5 commit 3fa97b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google/api_core/client_logging.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
# TODO(https://github.com/googleapis/python-api-core/issues/761): Update this list to support additional logging fields.
1313
_recognized_logging_fields = [
1414
"httpRequest",
15+
"httpRequestMethod",
16+
"httpRequestUrl"
1517
"rpcName",
1618
"serviceName",
1719
"credentialsType",
18-
"credentialInfo",
20+
"credentialsInfo",
1921
"universeDomain",
2022
"request",
2123
"response",

0 commit comments

Comments
 (0)