Python Logging

Open-source Python projects categorized as Logging

Top 23 Python Logging Projects

  1. Sentry

    Developer-first error tracking and performance monitoring

    Project mention: Developer Tools I’m Seeing Teams Actually Rely On (Not Just Try Once) | dev.to | 2025-12-18

    Sentry – error tracking with real context

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. Loguru

    Python logging made (stupidly) simple

    Project mention: Production-Grade Python Logging Made Easier with Loguru | dev.to | 2025-11-05

    This is the promise of Loguru. It's a logging library designed from the ground up to replace the cumbersome setup of the standard library with a simple, unified API that supports modern observability practices.

  4. PySnooper

    Never use print for debugging again

  5. sigma

    Main Sigma Rule Repository

    Project mention: Building a Sigma Rule Engine in TypeScript: Detection-as-Code for Log Analysis | dev.to | 2025-12-03

    Sigma is like "Snort rules for logs." It's a generic signature format that describes suspicious activity in a platform-agnostic way.

  6. viztracer

    A debugging and profiling tool that can trace and visualize python code execution

  7. structlog

    Simple, powerful, and fast logging for Python.

    Project mention: Leveling Up Your Python Logs with Structlog | dev.to | 2025-11-27

    Structlog takes a different approach. Rather than wrestling with object hierarchies, you simply declare how each event should be processed and enriched. The result is logging that feels natural to write, while producing output that works just as well for humans skimming a console as it does for machines ingesting JSON into an observability platform.

  8. logfire

    Uncomplicated Observability for Python and beyond! šŸŖµšŸ”„

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. abseil-py

    Abseil Common Libraries (Python)

  11. opentelemetry-python

    OpenTelemetry Python API and SDK

    Project mention: The Unofficial Guide to Contributing to OpenTelemetry — where to look and who to talk to! | dev.to | 2025-12-17

    The official documentation is solid but can be overwhelming if you do not know where to start. The OpenTelemetry site has quickstart guides per language, Collector setup instructions and SDK and instrumentation references. The GitHub repositories for the Collector and the Python SDK, for example, contain READMEs, contributing guides and issues labeled good first issue, which provide context and entry points for new contributors.

  12. sentry-python

    The official Python SDK for Sentry.io

  13. logbook

    A cool logging replacement for Python. (by getlogbook)

  14. LoggiFly

    Get Alerts from your Docker Container Logs

    Project mention: Loggifly: Monitor Docker Logs and Send Notifications | news.ycombinator.com | 2025-05-09
  15. snoop

    A powerful set of Python debugging tools, based on PySnooper (by alexmojaki)

  16. Eliot

    Eliot: the logging system that tells you *why* it happened

  17. python-colorlog

    A colored formatter for the python logging module

  18. picologging

    An optimized logging library for Python

    Project mention: Picologging: High Performance Python Logging | news.ycombinator.com | 2025-04-26
  19. neptune-client

    šŸ“˜ The experiment tracker for foundation model training

  20. telescope

    Web-based log viewer UI. Explore logs data stored in ClickHouse or Docker (by iamtelescope)

    Project mention: Telescope – an open-source web-based log viewer for logs stored in ClickHouse | news.ycombinator.com | 2025-02-26

    GitHub: https://github.com/iamtelescope/telescope

  21. asgi-correlation-id

    Request ID propagation for ASGI apps

    Project mention: Getting started with logging in FastAPI | dev.to | 2025-11-03

    To link log messages with requests we need a correlation ID. I highly recommend using the asgi-correlation-id package for this purpose.

  22. django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  23. automatic_log_collector_and_analyzer

    Replace Splunk in your small company with this one weird trick!

  24. EVTX-ETW-Resources

    Event Tracing For Windows (ETW) Resources

  25. pygogo

    A Python logging library with superpowers

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Logging discussion

Python Logging related posts

  • Developer Tools I’m Seeing Teams Actually Rely On (Not Just Try Once)

    3 projects | dev.to | 18 Dec 2025
  • 8 Simple Tips For Testing Payment Gateway Integrations

    3 projects | dev.to | 28 Nov 2025
  • Production-Grade Python Logging Made Easier with Loguru

    2 projects | dev.to | 5 Nov 2025
  • Getting started with logging in FastAPI

    1 project | dev.to | 3 Nov 2025
  • Best AI Coding Tools of 2025: What Tools Should You Use?

    4 projects | dev.to | 28 Oct 2025
  • conway-errors: Bringing Order to Errors as Part of Your Projects Architecture

    2 projects | dev.to | 27 Oct 2025
  • How to add Bug Tracking to your Apps (Free Open Source Tool) - Bugsink šŸž

    4 projects | dev.to | 25 Jun 2025
  • A note from our sponsor - Stream
    getstream.io | 23 Dec 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →

Index

What are some of the best open-source Logging projects in Python? This list will help you:

# Project Stars
1 Sentry 42,726
2 Loguru 23,303
3 PySnooper 16,590
4 sigma 9,933
5 viztracer 7,446
6 structlog 4,438
7 logfire 3,853
8 abseil-py 2,418
9 opentelemetry-python 2,258
10 sentry-python 2,118
11 logbook 1,492
12 LoggiFly 1,454
13 snoop 1,401
14 Eliot 1,163
15 python-colorlog 947
16 picologging 765
17 neptune-client 624
18 telescope 615
19 asgi-correlation-id 519
20 django-guid 478
21 automatic_log_collector_and_analyzer 411
22 EVTX-ETW-Resources 403
23 pygogo 283

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?