Skip to content
railsengines.com

Rails Pretty Logger

Rails Pretty Logger provides a mounted dashboard for browsing log files, highlighting entries, clearing logs, and reading hourly rotated log files

No ratings yet
Gem
rails-pretty-logger
Repository
kekik/rails-pretty-logger
License
MIT
Stars
31
Added
August 13, 2026

About

Rails Pretty Logger provides a mounted dashboard for browsing log files, highlighting entries, clearing logs, and reading hourly rotated log files.

Rails Pretty Logger is a Rails engine for browsing application logs from a mounted dashboard. The current line supports Ruby 3.3+, Rails 7.1, and Rails 8, with log filtering, tailing, request grouping, structured JSON rendering, safe clear actions, and optional hourly log rotation.

What you get

  • Feature overview
  • Compatibility
  • Installation
  • Usage
  • Dashboard security
  • Configuration
  • Custom log formats

Mounting it

ruby
# Gemfile
gem "rails-pretty-logger"

# config/routes.rb
mount Rails::Pretty::Logger::Engine, at: "/rails-pretty-logger"

Details

31 stars on GitHub · MIT licensed · maintained by kekik. Source: https://github.com/kekik/rails-pretty-logger

Discussion (0)

Sign in to join the discussion.

No comments yet.