Commit 8172f273 authored by duanjinfei's avatar duanjinfei

update container sign log

parent 91df0ae1
......@@ -100,7 +100,7 @@ func (d *DockerOp) GetContainerSign(taskMsg *nodemanagerv1.PushTaskMessage, task
return nil
}
sign := res.Data
log.Info("Container sign:", sign)
log.WithField("code", res.Code).WithField("msg", res.Msg).WithField("Data", res.Data).Info("Container sign:")
return common.Hex2Bytes(sign)
}
......
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