Skip to content

8.17.5 (31 March 2025)

Choose a tag to compare

@untergeek untergeek released this 31 Mar 20:30
· 35 commits to 8.x since this release

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_debug logging 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 the tiered_debug module
      for more information.
  • Version bumped to 8.17.5.
  • Updated tests to catch the new tiered debug logging.
  • All tests passing.