From 572a4a5dd8159d86ce5f5dd686330f3f6e293619 Mon Sep 17 00:00:00 2001 From: yair Date: Thu, 28 Dec 2023 20:25:57 +0200 Subject: [PATCH] assets and docker file --- pkg/defaults/init.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/defaults/init.go b/pkg/defaults/init.go index 1d0063c..f6c4d64 100644 --- a/pkg/defaults/init.go +++ b/pkg/defaults/init.go @@ -1,7 +1,6 @@ package defaults import ( - "fmt" "github.com/port-labs/port-k8s-exporter/pkg/port" "github.com/port-labs/port-k8s-exporter/pkg/port/cli" "github.com/port-labs/port-k8s-exporter/pkg/port/integration" @@ -32,7 +31,7 @@ func InitIntegration(portClient *cli.PortClient, applicationConfig *port.Config) if err != nil { log.Println(err) } - fmt.Println(path) + klog.Infof(path) if err != nil { klog.Infof("Could not get integration with state key %s, error: %s", applicationConfig.StateKey, err.Error())