roidrage/lograge
An attempt to tame Rails' default policy to log everything. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5289
- days_rel: n/a
- days_push: 56
- n_releases_24m: 0
Adoption not part of the score
3572 stars · 298 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Lograge is a Ruby gem that replaces Rails' default multi-line request logging with a single, parsable key-value line per request. It is designed for production Rails applications where noisy, unparsable logs make debugging and log aggregation difficult.
Use cases
- reduce noisy Rails request logs to one line per request
- make Rails logs parsable by log aggregation tools like Splunk or ELK
- add custom key-value fields to Rails request logs
- clean up production logging across multiple app servers
- log request duration, controller, status, and database time in structured format
When to choose
- you run Rails in production and need clean, machine-parsable logs
- you aggregate logs from multiple processes and Rails' default output is unreadable
- you want structured key-value logging without switching logging frameworks
When to avoid
- you are in early development and benefit from Rails' verbose default output
- you don't use Rails or a compatible framework
- you need timestamps included by default (you must configure a log formatter)
Facets
library · maturity active
logging middleware web-development backend monitoring developer-tools ruby cross-platform rails structured-logging log-formatting key-value-logs production-logging web-server
3 sources
- readme: https://github.com/roidrage/lograge · fetched 2026-08-28 · 32e57ef82d0c
- homepage: http://www.paperplanes.de/2012/3/14/on-notifications-logsubscribers-and-bringing-sanity-to-rails-logging.html · fetched 2026-08-29 · 02fa90a4725d
- site_page: https://www.paperplanes.de/about · fetched 2026-08-29 · f08351c440a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| roidrage/lograge | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="roidrage/lograge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem