Skip to content

[ENH] Logging configured in new process for spawn

sarsonl requested to merge feature/compat_with_em1 into develop

Altering the subprocess creation in the ramsis.sfm.worker repo to be done by spawning (logging locks made it difficult to use fork), meant the the logging configuration has to be re-configured in each new spawned process. Further functions have been created for this purpose.

Merge request reports