0.10.0 (31 March 2025)
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.