From f47ff9a1e8d0955553673d75fd316bec1cd92017 Mon Sep 17 00:00:00 2001 From: Kevin Biju Date: Thu, 28 Sep 2023 22:59:58 +0530 Subject: [PATCH] imported wrong log oops --- flow/connectors/utils/heartbeat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )