Closed
Description
Hi,
I like running i-b like i-b $params 2>&1 | tee logfile
. Problem is, if an error occurs, a possible message on stderr (like from a chroot script) or the python stack trace is not placed below the preceding informational output on stdout but usually several dozens of lines earlier. This makes it pretty hard to make sense of such a log - especially with chroot scripts, which produce a lot of output by themselves.
I could solve the problem by running i-b under python -u
. Would you consider changing the default shebang?