mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Log stdout and stderr to trace as well
This commit is contained in:
parent
9b9c30f5ad
commit
08f54d79c6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue