Supervisor v3.0.a6 Release Notes

Release Date: 2008-04-07 // about 16 years ago
    • The RotatingFileLogger had a race condition in its doRollover method whereby a file might not actually exist despite a call to os.path.exists on the line above a place where we try to remove it. We catch the exception now and ignore the missing file.