forked from Mirror/pmbootstrap
Process stdout and stderr from subprocesses separately
This commit is contained in:
parent
3a539a287b
commit
04aabd7d70
2 changed files with 66 additions and 27 deletions
|
@ -74,3 +74,5 @@ def init(args):
|
|||
log_handler._args = args
|
||||
handler.setFormatter(formatter)
|
||||
root_logger.addHandler(handler)
|
||||
|
||||
logging.debug('*' * 40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue