Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@mhucka mhucka released this 25 Nov 23:10
· 34 commits to main since this release

This version changes the logging level used by Sidetrack. The level is now set to the value of logging.DEBUG + 1 (that is, the numeric value 11). This solves a problem caused by Python packages that turn off DEBUG-level logging at import time: previously, if such a package was imported after Sidetrack was loaded, it would end up disabling Sidetrack as a side-effect. This should no longer happen. (Plus, we can now legitimately say that Sidetrack goes to 11.)