Skip to content

0.10.0 (31 March 2025)

Choose a tag to compare

@untergeek untergeek released this 31 Mar 21:07
· 18 commits to main since this release
bac2f28

Announcement

All debug logging is now handled by the tiered-debug module and its functions.

What this means is that debug logging can become more like trace logging, you just have to dial up the value (see the tiered-debug module for more information).

All logger.debug calls were updated to use the new module, and a lot more debug logging was added (at higher levels) should the need ever arise for it.

All tests pass.