Skip to content

Commit

Permalink
TEMP: use loglevel 4 to debug CI
Browse files Browse the repository at this point in the history
Change-Id: I2db75ddc530d16d49da17744291dd79a697c81aa
  • Loading branch information
aojea committed Jan 7, 2025
1 parent fed7ea8 commit 2bdbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/components/kindnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (b *KindnetOptionsBuilder) BuildOptions(o *kops.Cluster) error {
}

if c.LogLevel == nil {
c.LogLevel = fi.PtrTo(int32(2))
c.LogLevel = fi.PtrTo(int32(4))
}

return nil
Expand Down

0 comments on commit 2bdbd59

Please sign in to comment.