Skip to content

Commit

Permalink
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_…
Browse files Browse the repository at this point in the history
…set_log_function
  • Loading branch information
tanvi-jagtap committed Jun 7, 2024
1 parent 57972fc commit 17517ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/interop/stress_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ABSL_FLAG(std::string, test_cases, "",
ABSL_FLAG(
int32_t, absl_min_log_level,
static_cast<int32_t>(absl::LogSeverityAtLeast::kInfo),
"Severity level of messages that should be logged by absl::SetVLogLevel");
"Severity level of messages that should be logged by absl::SetMinLogLevel");

ABSL_FLAG(int32_t, absl_vlog_level, -1,
"Severity level of messages that should be logged. Set using "
Expand Down

0 comments on commit 17517ef

Please sign in to comment.