Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#961 from k8s-infra-cherrypick-robo…
Browse files Browse the repository at this point in the history
…t/cherry-pick-955-to-release-0.5

[release-0.5] Lower the logging level
  • Loading branch information
k8s-ci-robot authored Feb 6, 2024
2 parents f7b3230 + d89dc82 commit 58a4791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kwokctl/runtime/compose/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (c *Cluster) isSelfCompose(ctx context.Context, creating bool) bool {
if err != nil {
logger.Warn("Failed to parse env KWOK_CONTAINER_SELF_COMPOSE, ignore it, fallback to auto", "err", err)
} else if c.selfCompose != nil {
logger.Info("Found env KWOK_CONTAINER_SELF_COMPOSE, use it", "value", *c.selfCompose)
logger.Debug("Found env KWOK_CONTAINER_SELF_COMPOSE, use it", "value", *c.selfCompose)
return *c.selfCompose
}

Expand Down

0 comments on commit 58a4791

Please sign in to comment.