Structured Logging for Python
Project description
structlog is the production-ready logging solution for Python:
- Simple: Everything is about functions that take and return dictionaries – all hidden behind familiar APIs.
- Powerful: Functions and dictionaries aren’t just simple but 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:
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!
Introduction
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 Links
- Get Help (use the structlog tag on Stack Overflow)
- PyPI
- GitHub
- Documentation
- Changelog
- Third-party Extensions
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.
Release Information
Added
-
Add
structlog.stdlib.render_to_log_args_and_kwargsprocessor. Same asstructlog.stdlib.render_to_log_kwargs, but also allows to pass positional arguments tologging. With it, you do not need to addstructlog.stdlib.PositionalArgumentsFormatterprocessor to format positional arguments from structlog loggers. #668 -
Native loggers now have
is_enabled_for()andget_effective_level()methods that mirror the behavior of the standard library'slogging.Logger.isEnabledFor()andlogging.Logger.getEffectiveLevel(). #689
Changed
-
structlog.typing.BindableLoggerprotocol now returnsSelfinstead ofBindableLogger. This adds a dependency on typing-extensions for Pythons older than 3.11. #642 #659 -
structlog.dev.ConsoleRendererwill quote string value with special characters. #647 -
structlog.stdlib.recreate_defaults()now also addsstructlog.stdlib.PositionalArgumentsFormatter. In default native mode, this is done by the loggers at the edge. -
structlog.make_filtering_bound_logger()now also accepts a string for min_level.
Fixed
-
Fix handling calls to
{logger}.exception()outside of exception blocks. Depending on the structlog configuration, this either resulted in an event dict keyexception: "MISSING"or lead to an error. Now, an invalid or missingexc_infowill just be ignored. This means, that calling{logger}.exception()outside of an exception block is basically the same as calling{logger}.error(). #634 #680 -
Instantiating
structlog.dev.ConsoleRendererdoes not mutate the passed styles dict anymore. #669 -
The native
FilteringBoundLogger.fatal()method now maps to the critical level, as it does in the standard library. Note that the level is discouraged to use there, so we recommend to stick toerror()orcritical(). #677 -
structlog.tracebacks.ExceptionDictTransformernow actually acceptsNoneforlocals_max_lengthandlocals_max_string. #675
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.
The logs-loving beaver logo has been contributed by Lynn Root.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file structlog-25.1.0.tar.gz.
File metadata
- Download URL: structlog-25.1.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3
|
|
| MD5 |
85b777bef382feb3b52a6950b5223392
|
|
| BLAKE2b-256 |
25fe578db23e17392a8693b45a7b7dc6985370f51dd937157def8ecc7b20930d
|
Provenance
The following attestation bundles were made for structlog-25.1.0.tar.gz:
Publisher:
pypi-package.yml on hynek/structlog
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
structlog-25.1.0.tar.gz -
Subject digest:
2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3 - Sigstore transparency entry: 162943021
- Sigstore integration time:
-
Permalink:
hynek/structlog@a38a5ac5d6e7a461b0c304294b7446a2bf674410 -
Branch / Tag:
refs/tags/25.1.0 - Owner: https://github.com/hynek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-package.yml@a38a5ac5d6e7a461b0c304294b7446a2bf674410 -
Trigger Event:
release
-
Statement type:
File details
Details for the file structlog-25.1.0-py3-none-any.whl.
File metadata
- Download URL: structlog-25.1.0-py3-none-any.whl
- Upload date:
- Size: 68.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321
|
|
| MD5 |
f9694eb19a46db7e915a3a3f35f8f134
|
|
| BLAKE2b-256 |
c114e9aed6c820fa166e8a19a19e663e98bd5538004d68a70c5752458ca3656e
|
Provenance
The following attestation bundles were made for structlog-25.1.0-py3-none-any.whl:
Publisher:
pypi-package.yml on hynek/structlog
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
structlog-25.1.0-py3-none-any.whl -
Subject digest:
843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321 - Sigstore transparency entry: 162943023
- Sigstore integration time:
-
Permalink:
hynek/structlog@a38a5ac5d6e7a461b0c304294b7446a2bf674410 -
Branch / Tag:
refs/tags/25.1.0 - Owner: https://github.com/hynek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-package.yml@a38a5ac5d6e7a461b0c304294b7446a2bf674410 -
Trigger Event:
release
-
Statement type: