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.
- Fixed an issue where the log file of the autoPROC
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 theaap
program, it does not create this log file. Nowaap
creates this log file forprocess
to achieve the expected behavior.