Skip to main content

Structured Logging for Python

Project description

structlog mascot

structlog is the production-ready logging solution for Python:

  • Simple: At its core, everything is about functions that take and return dictionaries – all hidden behind familiar APIs.
  • Powerful: Functions and dictionaries aren’t just simple, they’re also powerful. structlog leaves you in control.
  • Fast: structlog is not hamstrung by designs of yore. Its flexibility comes not at the price of performance.

Thanks to its flexible design, you choose whether you want structlog to take care of the output of your log entries or whether you prefer to forward them to an existing logging system like the standard library's logging module.

The output format is just as flexible and structlog comes with support for JSON, logfmt, as well as pretty console output out-of-the-box:

image

Sponsors

structlog would not be possible without our amazing sponsors. Especially those generously supporting us at the The Organization tier and higher:

Please consider joining them to help make structlog’s maintenance more sustainable!


structlog has been successfully used in production at every scale since 2013, while embracing cutting-edge technologies like asyncio, context variables, or type hints as they emerged. Its paradigms proved influential enough to help design structured logging packages across ecosystems.

Project Information

structlog for Enterprise

Available as part of the Tidelift Subscription.

The maintainers of structlog and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more.

Release Information

Deprecated

  • Accessing package metadata as attributes on the structlog module is deprecated (e.g. structlog.__version__). Please use importlib.metadata instead (for Python 3.7: the importlib-metadata PyPI package).
  • The structlog.types module is now deprecated in favor of the structlog.typing module. It seems like the Python typing community is settling on this name.

Added

  • FilteringBoundLogger (used by default) now allows for string interpolation using positional arguments:

    >>> log.info("Hello %s! The answer is %d.", "World", 42, x=1)
    2022-10-07 10:04.31 [info     ] Hello World! The answer is 42. x=1
    

    #454

  • FilteringBoundLogger now also has support for asyncio-based logging. Instead of a wrapper class like structlog.stdlib.AsyncBoundLogger, async equivalents have been added for all logging methods. So instead of log.info("hello") you can also write await log.ainfo("hello") in async functions and methods.

    This seems like the better approach and if it's liked by the community, structlog.stdlib.BoundLogger will get those methods too. #457

Changed

  • The documentation has been heavily overhauled. Have a look if you haven't lately! Especially the graphs in the standard library chapter have proven valuable to many.
  • The build backend has been switched to Hatch.

Fixed

  • The timestamps in the default configuration now use the correct separator (:) for seconds.

Credits

structlog is written and maintained by Hynek Schlawack. The idea of bound loggers is inspired by previous work by Jean-Paul Calderone and David Reid.

The development is kindly supported by my employer Variomedia AG, structlog’s Tidelift subscribers, and all my amazing GitHub Sponsors.

A full list of contributors can be found in GitHub’s overview.

The logs-loving futuristic beaver logo has been contributed by Russell Keith-Magee.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

structlog-22.2.0.tar.gz (743.6 kB view details)

Uploaded Source

Built Distribution

structlog-22.2.0-py3-none-any.whl (62.2 kB view details)

Uploaded Python 3

File details

Details for the file structlog-22.2.0.tar.gz.

File metadata

  • Download URL: structlog-22.2.0.tar.gz
  • Upload date:
  • Size: 743.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for structlog-22.2.0.tar.gz
Algorithm Hash digest
SHA256 4edfe1d9f15f8a4bf365a817f7182af5d610596c155434b7564bfe7d40c2753c
MD5 d27460d0217c6f9dbf4d727546801f31
BLAKE2b-256 4d7b54c4fb8063d8f1e81b17c792fefd244a205210fc5742a08daa905482227b

See more details on using hashes here.

File details

Details for the file structlog-22.2.0-py3-none-any.whl.

File metadata

  • Download URL: structlog-22.2.0-py3-none-any.whl
  • Upload date:
  • Size: 62.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for structlog-22.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb1aa189214c30372a8afaa592f9556756aeb690e1ad7eb34391d7b5fa0f09b2
MD5 2ffbeaa866289300e4eebdabb6d8a9fa
BLAKE2b-256 18c3ab9d0d5d2d792a4a954b2449cdb88b7a5dadc063985ad5e720b0348db612

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page