• Sidnei da Silva's avatar
    · 0070e935
    Sidnei da Silva authored
    * Implement a file handler with 'rotate'.  This closes the file, attempts
      a rename to {filename}.last, then reopens the original name.  This
      then makes the log available for another process to perform the rotation
      logic on. This log handler is only installed on the Windows
      platform, where you can't rename an open file.
    0070e935
loghandler.py 2.82 KB