Description of problem: When using the --logfile parameter when creating an image, the logfile is empty unless you provide the -d or -v options. I was expecting all stdout to be sent to the logfile. Is that correct? Version-Release number of selected component (if applicable): appliance-tools-003-3.fc10.i386 How reproducible: 100% Steps to Reproduce: 1. Run: appliance-tools -n ThinCrust --logfile /tmp/foo.out Actual results: /tmp/foo.out is empty Expected results: /tmp/foo.out should have all stdout messages?
Maybe this is a moot point considering the doc says what it will do :( --logfile=FILE Save debug information to FILE
Yea because the rest of the output is not logging info but output to sub-process calls, like yum and grub commands. -D
closing as not a bug