Skip to content

Commit 319914a

Browse files
Merge pull request openshift#8252 from r4f4/capi-aws-inc-log-v
no-jira: capi/aws: bump controller log level to debug
2 parents 8995dd6 + 929902d commit 319914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clusterapi/system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (c *system) Run(ctx context.Context, installConfig *installconfig.InstallCo
126126
c.getInfrastructureController(
127127
&AWS,
128128
[]string{
129-
"-v=2",
129+
"-v=4",
130130
"--metrics-bind-addr=0",
131131
"--health-addr={{suggestHealthHostPort}}",
132132
"--webhook-port={{.WebhookPort}}",

0 commit comments

Comments
 (0)