Skip to content

Commit

Permalink
Lower the logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored and k8s-infra-cherrypick-robot committed Feb 3, 2024
1 parent af1fea2 commit d89dc82
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 d89dc82

Please sign in to comment.