Aaproc 0.1.1 has been released. This update ensures that a log of the autoPROC process
program's output to the standard output stream is captured in a log file.
process
program's output to its standard output stream was not being saved. When invoked in a terminal, process
creates a log file (e.g. process.20140910_131055.log
) of what it writes to its standard output stream. But when invoked as a subprocess of the aap
program, it does not create this log file. Now aap
creates this log file for process
to achieve the expected behavior.