From 33ca4f1506e02cd1986803aad34e5d73a8621f7e Mon Sep 17 00:00:00 2001 From: "Eduardo J. Ortega U" <5791035+ejortegau@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:39:49 +0100 Subject: [PATCH] MaxReplicationLagModule.recalculateRate no longer fills the log 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 f08c9211205..ac184fe7be8 100644 --- a/go/vt/throttler/max_replication_lag_module.go +++ b/go/vt/throttler/max_replication_lag_module.go @@ -382,7 +382,6 @@ logResult: r.Reason += clearReason } - log.Infof("%v", r) m.results.add(r) }