Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

v2.5.0 - 27 October 2017

Compare
Choose a tag to compare
@binarylogic binarylogic released this 27 Oct 06:50
· 26 commits to master since this release

Changed

  • Remove social promotions during the installation process
  • The default log device for development has been changed to a file (log/development.log)
    to follow Rails defaults.

Fixed

  • Adds an override for ActiveSupport::Buffered logger. This is a legacy class that was dropped
    in Rails >= 4. It lacked #formatter accessor methods, which was a bug that was never resolved.

Added

  • Capture content_length for both HTTP request and HTTP response events. This field is
    available in the log's metadata. The response event now includes the content length in the
    actual log message. The request message remains unchanged.