Release Notes¶
0.2.1¶
8 November 2016- fixed
RedirectToSawmillHandler.emitcalls target handle method with incorrect arguments.
0.2.0¶
11 July 2016- new
Added
compatibilityhelpers for redirecting standardloggingto Sawmill. - changed
Included
configuratorsnow redirect standard library logging to Sawmill. This can be turned off by passingredirect_standard_logging=Falseto the configurator.
0.1.1¶
8 June 2016- fixed
Exceptions raised on
teardown()ofStreamhandler if underlying stream was already closed as part of cleanup process. - changed
documentationSimplified documentation structure.
- fixed
documentationAdded missing Installing section.
- fixed
documentationFixed broken documentation references.
- changed
Log.__repr__updated to return useful and accurate representation ofLoginstances. - fixed
Refactored
test_stream:test_auto_flush_on_exitthat caused incorrect code coverage results to be reported.
0.1.0¶
25 May 2016- new
Initial release for evaluation.