Skip to content

Commit

Permalink
Remove the comment in gpr_log_verbosity_init
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 663179481
  • Loading branch information
tanvi-jagtap authored and copybara-github committed Aug 15, 2024
1 parent 65628a4 commit 246e7d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/util/log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ void gpr_log_message(const char* file, int line, gpr_log_severity severity,
}

void gpr_log_verbosity_init(void) {
// This is enabled in Github only.
// This ifndef is converted to ifdef internally by copybara.
// Internally grpc verbosity is managed using absl settings.
// So internally we avoid setting it like this.
#ifndef GRPC_VERBOSITY_MACRO
// SetMinLogLevel sets the value for the entire binary, not just gRPC.
// This setting will change things for other libraries/code that is unrelated
Expand Down

0 comments on commit 246e7d6

Please sign in to comment.