Merge pull request #10615 from ariesliuwei/ari-logfix
Migrate kubectl logs to structured loggingpull/10621/head
commit
33146eac8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue