initially: #198 opened by @hsemwal
After streaming awhile, the log becomes large and wants to rotate to another file, and in windows at least this does this:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\...\mio\mio\logs\mio.log' -> 'C:\...\mio\mio\logs\mio.log.1'
uncertain if this is inevitable, but in any case we should probably split up the log files by process - we have an updated version of the logger module in noob that we can port over for this.
initially: #198 opened by @hsemwal
After streaming awhile, the log becomes large and wants to rotate to another file, and in windows at least this does this:
uncertain if this is inevitable, but in any case we should probably split up the log files by process - we have an updated version of the logger module in noob that we can port over for this.