Skip to content

Bug fix (Issue #20)

Compare
Choose a tag to compare
@glentner glentner released this 05 Oct 01:02
· 25 commits to master since this release
2.7.2
91a1583

This release includes a fix to a bug in the LogRecord extension where use of the logging.makeLogRecord fails because it passes a None for the name field initially which causes an exception on the relative_name attribute where it was assumed to be a string.