From a3cc2c07cff882ecd6da162f43e00c0cf0e073ed Mon Sep 17 00:00:00 2001 From: meiji163 Date: Tue, 9 Apr 2024 08:11:26 -0700 Subject: [PATCH] remove log Error --- pkg/throttle/mysql.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/throttle/mysql.go b/pkg/throttle/mysql.go index 82be691d..2489b34a 100644 --- a/pkg/throttle/mysql.go +++ b/pkg/throttle/mysql.go @@ -6,7 +6,6 @@ import ( "github.com/github/freno/pkg/base" "github.com/github/freno/pkg/mysql" - "github.com/outbrain/golib/log" ) func aggregateMySQLProbes( @@ -32,7 +31,6 @@ func aggregateMySQLProbes( value, err := instanceMetricResult.Get() if err != nil { - log.Errorf("error getting metric from %s: %v", probe.Key.Hostname, err) if ignoreDialTcpErrors && base.IsDialTcpError(err) { continue }