Open david-homley opened 2 years ago
I think always capturing stdout to file would probably be good. I.e. each time it's invoked. Ideally it would handle its own log rotation etc as well.
We'll need to consider the design to avoid leaking potentially sensitive data (passwords etc).
It would be nice to have
appcli
log its usage executions and resulting output, as currently the only way to track past executions and output of anappcli
application is by manually recorded the logs fromstdout
.This would be useful to capture information about an
appcli
task or process that fails before the underlying application can log.