Skip to content

Commit

Permalink
PowerVS: Change CAPI verbosity level
Browse files Browse the repository at this point in the history
Decrease the verbosity level for the IBM CAPI module.
  • Loading branch information
hamzy committed Oct 30, 2024
1 parent e12c606 commit c268caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/clusterapi/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}",
Expand All @@ -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 {
Expand Down

0 comments on commit c268caa

Please sign in to comment.