Commit 94a97022 authored by duanjinfei's avatar duanjinfei

add log print

parent 6a64aa06
...@@ -62,7 +62,6 @@ func (d *DockerOp) GetContainerSign(taskMsg *nodemanagerv1.PushTaskMessage, task ...@@ -62,7 +62,6 @@ func (d *DockerOp) GetContainerSign(taskMsg *nodemanagerv1.PushTaskMessage, task
TaskParam: taskMsg.TaskParam, TaskParam: taskMsg.TaskParam,
TaskResult: taskRes, TaskResult: taskRes,
} }
log.Info("container sign req body:", reqBody)
body, err := json.Marshal(reqBody) body, err := json.Marshal(reqBody)
if err != nil { if err != nil {
log.Error("Unable to marshal task info: ", err.Error()) log.Error("Unable to marshal task info: ", err.Error())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment