This commit is contained in:
2023-10-28 16:47:10 +08:00
parent fd5cb17f92
commit bda7068b90

View File

@@ -83,7 +83,7 @@ func (s *BarProcessor) Execute(data any) (any, error) {
log.Error("Faile to exec command:", err) log.Error("Faile to exec command:", err)
return nil, err return nil, err
} }
log.Tracef("command output:%v", out) log.Tracef("command output:%s", out)
// 返回结果,用于记录执行结果 // 返回结果,用于记录执行结果
return map[string]any{ return map[string]any{