[ENH] Logging configured in new process for spawn
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.