Currently, if I run something like the following, I don't see output in the log file until the process completes:
runitor -- example-script | ts >> /var/log/example-script.log
For example, I might want to run tail -f /var/log/example-script.log in another window to check the progress.
Would it be possible for runitor to stream output from the wrapped command to stdout, rather than buffering until the process completes?
Currently, if I run something like the following, I don't see output in the log file until the process completes:
For example, I might want to run
tail -f /var/log/example-script.login another window to check the progress.Would it be possible for
runitorto stream output from the wrapped command tostdout, rather than buffering until the process completes?