Skip to content

Do not marshal docker command to JSON when logging

Warren Gifford requested to merge mrn/easier-log-output into main

Created by: mrnugget

With the command being in JSON it's really hard to copy and run it to debug something.

And since we don't ever need this output in JSON, I changed the code to log log the un-rendered version of run.Step and then the full command.

Merge request reports

Loading