Log more data.
This commit is contained in:
parent
8883196efb
commit
764ea49904
4 changed files with 8 additions and 4 deletions
|
|
@ -232,7 +232,8 @@ class Local(object):
|
|||
if save_output:
|
||||
output, errout = exec_util.call_get_output(
|
||||
command, env=env, stderr=stderr)
|
||||
self.log.trace("Local stdout: {}".format(output))
|
||||
self.log.trace("Command: {}; local stdout: {}".format(
|
||||
command, output))
|
||||
# Currently, stderr is not captured.
|
||||
# self.log.trace("Local stderr: {}".format(errout))
|
||||
if return_output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue