Skip to content

executor/save_boot_artifact: add support for a user-provided log function

Martin Roukala requested to merge executor_minio_log into master

This enables users to redirect the output of save_boot_artifact to any stream they want. This will be useful to redirect the output to the job console.

Merge request reports