8.17.5 (31 March 2025)
Announcement
This release adds the new tiered-debug Python module which enables you to have up to 5 levels of debug logging.
Changes
- Adapted to use the
tiered_debuglogging helper module.- Lots of replacements added to use tiered debug logging instead of logger.debug
- With the tiered debug logging options, more verbose logging was added that
will not be seen unless set to show more. See thetiered_debugmodule
for more information.
- Version bumped to
8.17.5. - Updated tests to catch the new tiered debug logging.
- All tests passing.