Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Nov 26, 2024
1 parent 3ffe3e3 commit f782b63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions google/api_core/client_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

_LOGGING_INITIALIZED = False
_BASE_LOGGER_NAME = "google"
# TODO(https://github.com/googleapis/python-api-core/issues/760): Update Request / Response messages.
REQUEST_MESSAGE = "Sending request "
RESPONSE_MESSAGE = "Receiving response "

# TODO(https://github.com/googleapis/python-api-core/issues/761): Update this list to support additional logging fields
_recognized_logging_fields = [
Expand Down

0 comments on commit f782b63

Please sign in to comment.