We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffe3e3 commit f782b63Copy full SHA for f782b63
google/api_core/client_logging.py
@@ -6,9 +6,6 @@
6
7
_LOGGING_INITIALIZED = False
8
_BASE_LOGGER_NAME = "google"
9
-# TODO(https://github.com/googleapis/python-api-core/issues/760): Update Request / Response messages.
10
-REQUEST_MESSAGE = "Sending request "
11
-RESPONSE_MESSAGE = "Receiving response "
12
13
# TODO(https://github.com/googleapis/python-api-core/issues/761): Update this list to support additional logging fields
14
_recognized_logging_fields = [
0 commit comments