提交 f059b9b4 编写于 作者: L liuwei10

logging: migrate some logs to structured logging

上级 f939910a
......@@ -36,6 +36,6 @@ func RecentK8sVersions() ([]string, error) {
for _, r := range list {
releases = append(releases, r.GetTagName())
}
klog.Infof("Got releases: %v", releases)
klog.InfoS("Got releases", "releases", releases)
return releases, nil
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册