Log gRPC experiments at INFO

Often we need to debug something after a crash and this set of breadcrumbs would be hugely beneficial.

PiperOrigin-RevId: 610285566
This commit is contained in:
Craig Tiller 2024-02-25 21:35:17 -08:00 committed by Copybara-Service
parent 4ac804bec9
commit d2efbfe449
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void PrintExperimentsList() {
for (auto name_index : visitation_order) {
const size_t i = name_index.second;
gpr_log(
GPR_DEBUG, "%s",
GPR_INFO, "%s",
absl::StrCat(
"gRPC EXPERIMENT ", g_experiment_metadata[i].name,
std::string(max_experiment_length -