diff --git a/cmd/minikube/cmd/pause.go b/cmd/minikube/cmd/pause.go index 9cb6b46071..d11a3d83e3 100644 --- a/cmd/minikube/cmd/pause.go +++ b/cmd/minikube/cmd/pause.go @@ -55,7 +55,7 @@ func runPause(cmd *cobra.Command, args []string) { register.SetEventLogPath(localpath.EventLog(ClusterFlagValue())) register.Reg.SetStep(register.Pausing) - klog.Infof("namespaces: %v keys: %v", namespaces, viper.AllSettings()) + klog.InfoS("namespaces", namespaces, "keys", viper.AllSettings()) if allNamespaces { namespaces = nil // all } else if len(namespaces) == 0 {