Process stdout and stderr from subprocesses separately

This commit is contained in:
Martijn Braam 2017-06-01 14:00:18 +02:00
parent 3a539a287b
commit 04aabd7d70
2 changed files with 66 additions and 27 deletions

View file

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