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
processprogram's output to its standard output stream was not being saved. When invoked in a terminal,processcreates 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 theaapprogram, it does not create this log file. Nowaapcreates this log file forprocessto achieve the expected behavior.