Open nepstad opened 3 weeks ago
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
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