Skip to content

Commit 929902d

Browse files
committed
capi/aws: bump controller log level to debug
According to [1] v=4 is debug level. [1] https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/pkg/logger/logger.go#L30
1 parent d0ecb46 commit 929902d

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
@@ -125,7 +125,7 @@ func (c *system) Run(ctx context.Context, installConfig *installconfig.InstallCo
125125
c.getInfrastructureController(
126126
&AWS,
127127
[]string{
128-
"-v=2",
128+
"-v=4",
129129
"--metrics-bind-addr=0",
130130
"--health-addr={{suggestHealthHostPort}}",
131131
"--webhook-port={{.WebhookPort}}",

0 commit comments

Comments
 (0)