Close #314: Add --details-to-stdout parameter
Created by: ollieparanoid
When this parameter is set, args.logfd
(the log file descriptor)
gets set to sys.stdout
, so all logging gets directly sent to the
active pmbootstrap session, and not to a log file.
This will be used for Travis jobs, because they get killed after 10 minutes without any output (and builds may take longer).