Loguru v0.3.1 Release Notes

Release Date: 2019-07-13 // almost 5 years ago
    • 🛠 Fix retention and rotation issues when file sink initiliazed with delay=True (#113 <https://github.com/Delgan/loguru/issues/113>_).
    • 🛠 Fix "sec" no longer recognized as a valid duration unit for file rotation and retention arguments.
    • 👻 Ensure stack from the caller is displayed while formatting exception of a function decorated with @logger.catch when backtrace=False.
    • Modify datetime used to automatically rename conflicting file when rotating (it happens if file already exists because "{time}" not presents in filename) so it's based on the file creation time rather than the current time.