Skip to content

v0.9.21

Compare
Choose a tag to compare
@Preston-Landers Preston-Landers released this 02 Apr 02:09
· 29 commits to master since this release
a660347
  • Added new optional parameter "lock_file_directory"
    • Creates given directory, if it does not exist.
    • Writes lock file into given directory, instead next to the logging file itself.
    • Useful when the log files reside in a cloud synced folder like Dropbox, Google Drive,
      OneDrive, etc. Sometimes these do not work correctly with the lock files.
  • Fix not replacing the last file (greatest backup number) when rotating. Thanks tzongw.
  • Add support for "namer" function to customize the naming of rotated files. Thanks @dashedman.
  • Enhanced test suite using tox and pytest.