From 3a3b3f6a329b394e6c128355e8fac8f656f65536 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 22 Nov 2016 16:15:35 -0700 Subject: [PATCH] Update logs pkg reference --- pkg/minikube/cluster/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/cluster/cluster.go b/pkg/minikube/cluster/cluster.go index 75715fa367..afbf7b5a7d 100644 --- a/pkg/minikube/cluster/cluster.go +++ b/pkg/minikube/cluster/cluster.go @@ -60,7 +60,7 @@ const fileScheme = "file" //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.go#L32-34 +//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/util/logs/logs.go#L32-34 func init() { flag.Set("logtostderr", "false") }