awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Python Logging Libraries

排名更新于 2026年7月13日

For a python library for application logging, the strongest matches are hynek/structlog (structlog is a comprehensive, industry-standard library for structured logging), delgan/loguru (Loguru is a comprehensive Python logging library that provides) and madzak/python-json-logger (This library provides structured JSON output for standard Python). Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best python logging libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Python Logging Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hynek/structloghynek 的头像

    hynek/structlog

    4,835在 GitHub 上查看↗

    structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This data-centric approach enables machine-readable output and precise data analysis by generating log entries as key-value pairs. It functions as both a standalone logging framework and a compatibility layer that adds structured capabilities to the Python standard library logging module. The library features a processor-pipeline architecture that passes log dictionaries through a sequence of functions to modify events or add metadata before final rendering. It includes a contextua

    structlog is a comprehensive, industry-standard library for structured logging in Python that provides powerful contextual management, asynchronous-friendly processing, and seamless integration with standard logging backends.

    PythonAsynchronous LoggingContextual LoggingStructured Log Capture
    在 GitHub 上查看↗4,835
  • delgan/loguruDelgan 的头像

    Delgan/loguru

    23,964在 GitHub 上查看↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Loguru is a comprehensive Python logging library that provides structured logging, log rotation, and thread-safe operations, making it a strong choice for application observability despite lacking native distributed tracing.

    PythonStructured LoggingStructured Logging FrameworksStructured Log Serializers
    在 GitHub 上查看↗23,964
  • madzak/python-json-loggermadzak 的头像

    madzak/python-json-logger

    1,761在 GitHub 上查看↗

    Overview This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records.

    This library provides structured JSON output for standard Python logging, which directly addresses the core requirement for machine-readable logs even though it relies on the built-in logging module for features like rotation and asynchronous handling.

    PythonLogging and Output
    在 GitHub 上查看↗1,761

Related searches

  • a logging library for Ruby applications
  • a php library for application logging
  • a logging library for Rust applications
  • a logging framework for Java applications
  • a lightweight logging library for C++
  • a logging library for C# applications
  • a lightweight logging library for JavaScript applications
  • Go 语言结构化日志库