libguestfs / guestfs-tools

Tools for accessing and modifying guest disk images
https://libguestfs.org
GNU General Public License v2.0
14 stars 6 forks source link

RFE: Add flag to virt-customize/virt-builder to download the log file #14

Open benjamb opened 6 months ago

benjamb commented 6 months ago

While the builder.log file does get printed to stderr on error or if the verbose flag is set, it would be useful to be able to have this extracted for closer inspection.

Ideally this flag would work in both success and error cases (before any cleanup operations).