Add the capability of verbose logging for HTTP requests to the TensorFlow GCS client.
This change allows the GCS client within TensorFlow to log verbose information about HTTP requests to the standard Google logger. (Actually, to the TensorFlow variant of the standard Google logger.) This capability is disabled by default. It is enabled by setting the environment variable GCS_LOG_HTTP_REQUEST_VERBOSE=1 (or =true). PiperOrigin-RevId: 179729641
Loading
Please sign in to comment