Skip to content

Commit

Permalink
Still using logrus in v17
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Jan 13, 2025
1 parent 8d22d19 commit 46bd9d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (r *trustedClusterV2TestingPrimitives) setupTest(t *testing.T, clusterName
ClusterName: clusterName,
HostID: uuid.New().String(),
NodeName: helpers.Loopback,
Logger: utils.NewSlogLoggerForTests(),
Log: utils.NewLoggerForTests(),
})
r.remoteCluster = remoteCluster

Expand Down

0 comments on commit 46bd9d3

Please sign in to comment.