Ross ROSS = Recommend OSS · open-source software intelligence for agents

Delgan/loguru

Python logging made (stupidly) simple observed · 2026-08-28

github.com/Delgan/loguru · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3305
  • days_rel: 635
  • days_push: 10
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

24085 stars · 808 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Loguru is a Python library that provides simple, zero-boilerplate logging with a single import. It adds conveniences like file rotation, retention, compression, colored output, and better exception handling on top of standard logging.

Use cases

  • add logging to a python app without configuration
  • rotate and compress log files automatically
  • log exceptions with full tracebacks including threads
  • replace the standard logging module with something simpler
  • colorize console log output
  • send logs to files, console, or custom sinks

When to choose

  • you want logging that works out of the box in Python
  • you need log rotation, retention, or compression with minimal setup
  • you find the standard logging module too verbose or confusing

When to avoid

  • you need deep integration with an existing stdlib logging configuration
  • you require structured logging standards like OpenTelemetry out of the box
  • your team mandates the standard library logging module

Facets

library · maturity stable

logging developer-tools backend python cross-platform logger zero-config log-rotation colored-output

3 sources

Member repositories

RepositoryRoleHealth v2
Delgan/logurumain67

For agents

markdown · JSON · MCP: product_card(name="Delgan/loguru")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem