Release Notes

0.2.1

8 November 2016

0.2.0

11 July 2016
  • new

    Added compatibility helpers for redirecting standard logging to Sawmill.

  • changed

    Included configurators now redirect standard library logging to Sawmill. This can be turned off by passing redirect_standard_logging=False to the configurator.

0.1.1

8 June 2016
  • fixed

    Exceptions raised on teardown() of Stream handler 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 of Log instances.

  • fixed

    Refactored test_stream:test_auto_flush_on_exit that caused incorrect code coverage results to be reported.

0.1.0

25 May 2016
  • new

    Initial release for evaluation.