Skip to content

Don’t keep trace files open, reopen them each time

Andrej Shadura requested to merge fix-traces into main

Keeping files open at all times prevents them from being cleaned up properly, and when clean-ups happen, the existing code couldn’t handle it properly and would either error out, or continue logging into an invisible file (referenced to only by its open file descriptor).

Merge request reports