Bug fix (Issue #20)
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.