From c268caa52b596c368bdf1b3d1b50e1c91eb0347d Mon Sep 17 00:00:00 2001 From: Mark Hamzy Date: Wed, 30 Oct 2024 10:18:31 -0500 Subject: [PATCH] PowerVS: Change CAPI verbosity level Decrease the verbosity level for the IBM CAPI module. --- pkg/clusterapi/system.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/clusterapi/system.go b/pkg/clusterapi/system.go index 4632dafee1..be29f2f892 100644 --- a/pkg/clusterapi/system.go +++ b/pkg/clusterapi/system.go @@ -332,7 +332,7 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo &IBMCloud, []string{ "--provider-id-fmt=v2", - "--v=5", + "--v=2", "--health-addr={{suggestHealthHostPort}}", "--webhook-port={{.WebhookPort}}", "--webhook-cert-dir={{.WebhookCertDir}}", @@ -341,7 +341,7 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo "IBMCLOUD_AUTH_TYPE": "iam", "IBMCLOUD_APIKEY": APIKey, "IBMCLOUD_AUTH_URL": "https://iam.cloud.ibm.com", - "LOGLEVEL": "5", + "LOGLEVEL": "2", }, ) if cfg := metadata.PowerVS; cfg != nil && len(cfg.ServiceEndpoints) > 0 {