uqfoundation / pathos

parallel graph management and execution in heterogeneous computing
http://pathos.rtfd.io
Other
1.38k stars 89 forks source link

Logging does not seem to work the same way as in multiprocessing #177

Closed aleksejs-fomins closed 4 years ago

aleksejs-fomins commented 5 years ago

Would you be so kind to help. I am trying hard to get logging to work, and I think I have managed to get it done with multiprocessing, but when I try to do parallel logging in Pathos the same way, it refuses to change properties inbetween different runs

Detailed description of the problem here: https://stackoverflow.com/questions/57978518/how-to-do-logging-using-multiprocessing-in-pathos-correctly

mmckerns commented 4 years ago

Duplicate of #164