Log stdout and stderr to trace as well

This commit is contained in:
Colton Myers 2015-05-01 13:18:41 -06:00
parent 9b9c30f5ad
commit 08f54d79c6

View file

@ -317,7 +317,9 @@ class Shell(object):
cmd,
shell=True,
log_stdout=True,
log_stdout_level='trace',
log_stderr=True,
log_stderr_level='trace',
stream_stdout=False,
stream_stderr=False)
sent_passwd = 0