From 6be0320611a648b22f468423998324b024919ea6 Mon Sep 17 00:00:00 2001 From: "Eduardo J. Ortega U" <5791035+ejortegau@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:06:07 +0100 Subject: [PATCH] MaxReplicationLagModule.recalculateRate no longer fills the log (#14875) Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> --- go/vt/throttler/max_replication_lag_module.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/vt/throttler/max_replication_lag_module.go b/go/vt/throttler/max_replication_lag_module.go index 21bd3fdd8ea..c241a966840 100644 --- a/go/vt/throttler/max_replication_lag_module.go +++ b/go/vt/throttler/max_replication_lag_module.go @@ -381,7 +381,6 @@ logResult: r.Reason += clearReason } - log.Infof("%v", r) m.results.add(r) }