Open wschoenell opened 7 years ago
A solution may include changing Python's default RotatingFileHandler
for the ConcurrentLogHandler
alternative module.
Some source of info: https://github.com/evilhero/mylar/issues/893 https://stackoverflow.com/questions/37402702/log-rotation-python-and-windows
I am having this error when running Chimera on Windows, but it is probably an error for the other OSes. In
doRollover()
it sometimes complains that the file is already open by another process. This is probably due to multiple concurrent threads running in the same log file.