Skip to content

Commit

Permalink
Merge pull request kubernetes#11379 from neolit123/kind-kubeadm
Browse files Browse the repository at this point in the history
kubetest/kind: use the log level of "debug"
  • Loading branch information
k8s-ci-robot authored Feb 20, 2019
2 parents a8347cb + b78d41f commit cbb3632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest/kind/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (

kindClusterNameDefault = "kind-kubetest"

flagLogLevel = "--loglevel=info"
flagLogLevel = "--loglevel=debug"
)

var (
Expand Down

0 comments on commit cbb3632

Please sign in to comment.