Skip to content

Commit

Permalink
Merge pull request #9155 from hamzy/PowerVS-change-verbosity-level
Browse files Browse the repository at this point in the history
OCPBUGS-44022: PowerVS: Change CAPI verbosity level
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents e12c606 + c268caa commit d23ce7c
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 d23ce7c

Please sign in to comment.