Skip to content

Commit 2114df5

Browse files
committed
remove log Error
1 parent cca91a2 commit 2114df5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/throttle/mysql.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66

77
"github.com/github/freno/pkg/base"
88
"github.com/github/freno/pkg/mysql"
9-
"github.com/outbrain/golib/log"
109
)
1110

1211
func aggregateMySQLProbes(
@@ -32,7 +31,6 @@ func aggregateMySQLProbes(
3231

3332
value, err := instanceMetricResult.Get()
3433
if err != nil {
35-
log.Errorf("error getting metric from %s: %v", probe.Key.Hostname, err)
3634
if ignoreDialTcpErrors && base.IsDialTcpError(err) {
3735
continue
3836
}

0 commit comments

Comments
 (0)