[Gpr_To_Absl_Logging] Fix code review comments

pull/36962/head
tanvi-jagtap 7 months ago
parent b8d0ad494a
commit 1374cbc838
  1. 3
      tools/run_tests/sanity/banned_functions.py

@ -45,7 +45,6 @@ BANNED_EXCEPT = {
"./src/core/util/log.cc",
"./src/core/util/posix/log.cc",
"./src/core/util/windows/log.cc",
"./src/php/ext/grpc/php_grpc.c",
],
"gpr_log(": [
"./include/grpc/support/log.h",
@ -257,14 +256,12 @@ BANNED_EXCEPT = {
"./src/core/util/log.cc",
"./src/core/util/posix/log.cc",
"./src/core/util/windows/log.cc",
"./src/php/ext/grpc/php_grpc.c",
"./test/core/end2end/tests/no_logging.cc",
"./test/cpp/interop/stress_test.cc",
],
"gpr_set_log_function(": [
"./include/grpc/support/log.h",
"./src/core/util/log.cc",
"./src/php/ext/grpc/php_grpc.c",
"./test/core/end2end/tests/no_logging.cc",
"./test/cpp/interop/stress_test.cc",
],

Loading…
Cancel
Save