提交 5788d431 编写于 作者: L liuwei10

Migrate some logs to structured logging

上级 f939910a
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册