Skip to content

Commit

Permalink
correct url of reference code
Browse files Browse the repository at this point in the history
Signed-off-by: adolphlwq <kenan3015@gmail.com>
  • Loading branch information
alwqx authored and dlorenc committed Oct 3, 2017
1 parent 18de99b commit b71446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (

//This init function is used to set the logtostderr variable to false so that INFO level log info does not clutter the CLI
//INFO lvl logging is displayed due to the kubernetes api calling flag.Set("logtostderr", "true") in its init()
//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/util/logs/logs.go#L32-34
//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/util/logs/logs.go#L32-L34
func init() {
flag.Set("logtostderr", "false")
// Setting the default client to native gives much better performance.
Expand Down

0 comments on commit b71446b

Please sign in to comment.