Logging handling is not multiprocess safe #331
Labels
bug
Something isn't working
patch / enhancement
improved functionality or patch indented for changes that require bumping only the PATCH number
priority-low
Current PyOPIA implementation of logging to a single file is not guaranteed to work with multiprocessing, which may lead to log file corruption. If this problem shows up in practice, it can be fixed by implementing a log queue.
See: https://docs.python.org/3/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes
The text was updated successfully, but these errors were encountered: