Released 2021-03-25
- Allows the propagate logging property to be configured
Released 2021-01-29
- Drop support for Python < 3.8, add support for Python >= 3.8
Released 2018-04-02
- Fix usage with application factory pattern
- Resolve the logging instance at first access instead of keeping a reference to a proxy object
- Add
get_effective_level
andset_level
to set and get the logging level respectively
Released 2016-03-14
- Fix usage with application factory pattern (Backported from 0.4.0)
Released 2016-03-08
- Replace Henson's logger with the instance of
Logging
Released 2015-11-19
- Add support for log handler kwargs (Note: this change drops support for Python 3.4 and requires 3.5+)
- Add support for
LOG_FORMATTER
setting to control the formatter used by the henson log handler
Released 2015-11-03
- Initial release