Folsom continued.

1. Update how status is returned/structured/shown
2. Cleanup documentation.
This commit is contained in:
Joshua Harlow
2012-08-17 14:44:07 -07:00
parent 6c019b0f0b
commit 5fbbd572af
29 changed files with 251 additions and 619 deletions

View File

@@ -197,8 +197,8 @@ def execute(*cmd, **kwargs):
else:
# Log it anyway
if rc not in check_exit_code:
LOG.warn("A failure may of just happened when running command %r [%s] (%s, %s)",
str_cmd, rc, stdout, stderr)
LOG.debug("A failure may of just happened when running command %r [%s] (%s, %s)",
str_cmd, rc, stdout, stderr)
# See if a requested storage place was given for stderr/stdout
trace_writer = kwargs.get('trace_writer')
stdout_fn = kwargs.get('stdout_fn')