erlang-lager/lager
A logging framework for Erlang/OTP observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 38
- Release rhythm 8
- Longevity 100
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: 5549
- days_rel: n/a
- days_push: 372
- n_releases_24m: 0
Adoption not part of the score
1130 stars · 445 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Lager is a logging framework for Erlang/OTP that provides fine-grained log levels, multiple backends and sinks, and integration with UNIX tools like syslog and logrotate. It uses a parse transform to capture module/function/line/pid context and includes features like load shedding and log rotation.
Use cases
- add structured logging to an Erlang/OTP application
- rotate log files by time or size
- integrate Erlang logging with syslog
- filter log messages by severity level
- prevent log flooding from crashing the node
- pretty-print records in log output
When to choose
- you are building an Erlang/OTP application and need robust, configurable logging
- you want syslog/logrotate compatibility and multiple log backends
- you need protection against oversized log volumes via load shedding
When to avoid
- you are using Erlang/OTP's built-in logger (OTP 21+) and prefer standard library logging
- your project is not written in Erlang
- you need logging for a platform outside the BEAM ecosystem
Facets
library · maturity active
logging developer-tools backend windows elixir erlang otp log-rotation syslog parse-transform linux macos
1 source
- readme: https://github.com/erlang-lager/lager · fetched 2026-08-28 · c852bd31784d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| erlang-lager/lager | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="erlang-lager/lager")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem