[Gpr_To_Absl_Logging] Remove allow listed log. It is not used anymore

PiperOrigin-RevId: 678512344
pull/37622/head
Tanvi Jagtap 6 months ago committed by Copybara-Service
parent e4a422ba43
commit 2c09f14f0d
  1. 2
      test/core/end2end/tests/no_logging.cc

@ -93,8 +93,6 @@ class VerifyLogNoiseLogSink : public absl::LogSink {
static const auto* const allowed_logs_by_module =
new std::map<absl::string_view, std::regex>(
{{"cq_verifier.cc", std::regex("^Verify .* for [0-9]+ms")},
{"chttp2_transport.cc",
std::regex("Sending goaway.*Channel Destroyed")},
{"chaotic_good_server.cc",
std::regex("Failed to bind some addresses for.*")},
{"log.cc",

Loading…
Cancel
Save