Better logs passing from the workload to the webhook caller
The following discussion from !18 (merged) should be addressed:
-
@whot started a discussion: (+1 comment) should we
impl Display for CmdResult
and make sure it prints it out in a meaningful way?
If CmdResult
can be disaplayed as a json, we can return it directly.
But that means that all errors must be returned as json too.