- Fix
retention
androtation
issues when file sink initiliazed withdelay=True
(#113). - Fix
"sec"
no longer recognized as a valid duration unit for filerotation
andretention
arguments. - Ensure stack from the caller is displayed while formatting exception of a function decorated with
@logger.catch
whenbacktrace=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.