Open yarikoptic opened 2 months ago
Encountered while troubleshooting
that apparently joblib.Parallel nohow takes care about configuring logging for subprocesses so there is really no logs there and that is an outstanding requested feature for joblib:
If joblib does not implement it, we might want/need to e.g. via approach described in https://docs.python.org/3/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes . For now, in our single use in organize, I would just RF to return desired for logging side effects (error).
Encountered while troubleshooting
1494
that apparently joblib.Parallel nohow takes care about configuring logging for subprocesses so there is really no logs there and that is an outstanding requested feature for joblib:
If joblib does not implement it, we might want/need to e.g. via approach described in https://docs.python.org/3/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes . For now, in our single use in organize, I would just RF to return desired for logging side effects (error).