Log more data.

This commit is contained in:
Darko Poljak 2017-09-17 20:30:07 +02:00
commit 764ea49904
4 changed files with 8 additions and 4 deletions

View file

@ -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: