stdout/stderr handling in base.command
Closed this issue · 0 comments
uwefladrich commented
While addressing #41 and #42 some logging issues have been introduced, namely
stderr
is completely swallowed if the task completes without error, andstdout
is delayed until the task is completed.
A better implementation of base.command
logging is needed. It should
- log
stdout
andstderr
with only reasonable delay - use the existing logging system to log
stdout
andstderr
- allow to suppress
stdout
and/orstderr
- allow to save
stdout
and/orstderr
in the context