Lograge

screenshot of Lograge

An attempt to tame Rails' default policy to log everything.

Overview:

CIGem VersionLograge is a gem designed to improve Rails' default request logging by replacing it with a more concise and readable format. It aims to simplify log outputs, making them more useful for developers, especially in production environments. By focusing on key information and removing unnecessary clutter, Lograge enhances the logging experience for Rails applications.

Features:

  • Improved Logging: Replaces Rails' default request logging with a single line output containing all essential information.
  • Customizable: Allows users to add custom data and variables to log events for tailored logging.
  • Support for Multiple Ruby and Rails Releases: Actively tested with various Ruby and Rails versions, ensuring compatibility.