Skip to content

Commit

Permalink
feat: update recognized logging fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Dec 5, 2024
1 parent d18d9b5 commit 3fa97b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google/api_core/client_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
# TODO(https://github.com/googleapis/python-api-core/issues/761): Update this list to support additional logging fields.
_recognized_logging_fields = [
"httpRequest",
"httpRequestMethod",
"httpRequestUrl"
"rpcName",
"serviceName",
"credentialsType",
"credentialInfo",
"credentialsInfo",
"universeDomain",
"request",
"response",
Expand Down

0 comments on commit 3fa97b8

Please sign in to comment.