diff --git a/flow/connectors/utils/heartbeat.go b/flow/connectors/utils/heartbeat.go index 3494399f1a..9809a41b6b 100644 --- a/flow/connectors/utils/heartbeat.go +++ b/flow/connectors/utils/heartbeat.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/prometheus/common/log" + log "github.com/sirupsen/logrus" "go.temporal.io/sdk/activity" )