dchackett / taxi

Lightweight portable workflow management system for MCMC applications
MIT License
3 stars 1 forks source link

Store log filename in task #15

Open dchackett opened 7 years ago

dchackett commented 7 years ago

Currently, it is difficult to find where (in which log file) the log output for a given task is. When taxis start working on a job, they should record which log file they are currently writing to.

This should possibly be a list to be appended to, so as not to fail in the multiple-taxis-start-on-the-same-job case.