Skip to content

Commit

Permalink
Use slog
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Jan 10, 2025
1 parent 2f2e21c commit 1f1b9c4
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,
Log: utils.NewLoggerForTests(),
Logger: utils.NewSlogLoggerForTests(),
})
r.remoteCluster = remoteCluster

Expand Down

0 comments on commit 1f1b9c4

Please sign in to comment.