Skip to content

Commit 3501483

Browse files
laramielcopybara-github
authored andcommitted
Add vlogging to the gcs_grpc endpoint
PiperOrigin-RevId: 809236057 Change-Id: Iebc5767aa1cedfbb31bbd4c49d19394b6aac3e61
1 parent 28fb969 commit 3501483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorstore/kvstore/gcs_grpc/gcs_grpc.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,8 @@ Future<kvstore::DriverPtr> GcsGrpcKeyValueStoreSpec::DoOpen() const {
10041004
std::string endpoint = data_.endpoint;
10051005
if (endpoint.empty()) {
10061006
endpoint = internal_gcs_grpc::GetDefaultGcsGrpcEndpoint();
1007+
ABSL_LOG_IF_FIRST_N(INFO, gcs_grpc_logging, 1)
1008+
<< "Using gcs_grpc default endpoint: " << endpoint;
10071009
}
10081010

10091011
TENSORSTORE_ASSIGN_OR_RETURN(

0 commit comments

Comments
 (0)