I'm running a django webapp in vagrant (running ubuntu) on a Windows machine. The app has a RotatingFileHandler set up, which is for the most part logging correctly. But eventually the log file fills up, at which point it fails to roll overI'm running a django webapp in vagrant (running