# LogRocket/redux-logger

Logger for Redux

Repository: https://github.com/LogRocket/redux-logger
Canonical: https://ross.abutalabs.com/products/redux-logger
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux-logger, redux, react, angular, redux-middleware
Last push: 2020-08-20T16:46:14+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4040, "days_push": 2204, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5719, forks 317 (observed 2026-08-28T04:09:28.248075+00:00)

## What it is
redux-logger is a Redux middleware that logs every dispatched action and the resulting state changes to the browser console. It supports customizable options like filtering, collapsing, and transforming logged output, and is now maintained by LogRocket.

## Use cases
- debug redux state changes in the console
- log every dispatched redux action with before/after state
- filter which redux actions get logged during development
- collapse noisy redux actions in console output
- inspect redux store diffs while developing a react app

## When to choose
- you use Redux and want quick, configurable console logging of actions and state during development
- you need a lightweight, well-known middleware for debugging Redux flows
- you want to log only in development or exclude certain action types

## When to avoid
- you need production-grade session replay or network/console logging (consider LogRocket or similar)
- your project no longer uses Redux or uses Redux Toolkit's built-in devtools
- you need actively developed features - the latest release dates to 2020 and development is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: logging, middleware, state-management, developer-tools
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: redux, redux-middleware, react, angular, debugging, javascript, state-management, nodejs

## Member repositories
- LogRocket/redux-logger (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:28.248075+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:53:28.155006+00:00, confidence not recorded.
  - readme: https://github.com/LogRocket/redux-logger (fetched 2026-08-28T04:09:28.248075+00:00, sha b65ece2fe824)
- Data as of 2026-08-30T08:39:29.467469+00:00.
