未验证 提交 33146eac 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #10615 from ariesliuwei/ari-logfix

Migrate kubectl logs to structured logging
......@@ -52,7 +52,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.
先完成此消息的编辑!
想要评论请 注册