Loguru v0.2.5 Release Notes
Release Date: 2019-01-20 // over 3 years ago-
- Modify behavior of sink option
backtrace=False
so it doesn't extend traceback upward automatically (#30 <https://github.com/Delgan/loguru/issues/30>
_). - 🛠 Fix import error on some platforms using Python 3.5 with limited
localtime()
support (#33 <https://github.com/Delgan/loguru/issues/33>
_). - Fix incorrect time formatting of locale month using
MMM
andMMMM
tokens (#34 <https://github.com/Delgan/loguru/pull/34>
, thanks@nasyxx <https://github.com/nasyxx>
). - 🛠 Fix race condition permitting writing on a stopped handler.
- Modify behavior of sink option