提交 f939910a 编写于 作者: L liuwei10

Migrate kubectl logs to structured logging

上级 81460f05
......@@ -48,7 +48,7 @@ minikube kubectl -- get pods --namespace kube-system`,
out.ErrLn("Error caching kubectl: %v", err)
}
klog.Infof("Running %s %v", c.Path, args)
klog.InfoS("Running", "path", c.Path, "args", args)
c.Stdin = os.Stdin
c.Stdout = os.Stdout
c.Stderr = os.Stderr
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册