Revert "Process stdout and stderr from subprocesses separately"

This reverts commit 04aabd7d70.

I did not test this well enough, sorry! This introduced problems
such as interactive shell not working anymore (#40), cryptsetup partion
creating not working anymore etc.
This commit is contained in:
Oliver Smith 2017-06-02 21:36:12 +02:00
parent 9d8fd984a0
commit 1cc0704bc0
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 27 additions and 66 deletions

View file

@ -74,5 +74,3 @@ def init(args):
log_handler._args = args
handler.setFormatter(formatter)
root_logger.addHandler(handler)
logging.debug('*' * 40)