From 1f1b9c4007647ca84c3b4ac02189ed330e03b5cc Mon Sep 17 00:00:00 2001 From: Bernard Kim Date: Fri, 10 Jan 2025 12:17:51 -0800 Subject: [PATCH] Use slog --- .../controllers/resources/trusted_clusterv2_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go b/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go index 3403e8e7d0278..a3b1dc98de5ba 100644 --- a/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go +++ b/integrations/operator/controllers/resources/trusted_clusterv2_controller_test.go @@ -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