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!
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. Learn more.
Release Information
Added
-
The colorful development logger is now even more configurable! Choose freely your colors and the order of the key-value pairs! Implement your own formatters for certain keys!
Implementing the output on top of the new columns API has changed the default very slightly, but shouldn't be noticeable. #577
-
Async log methods (those starting with an
a
) now also support the collection of callsite information usingstructlog.processors.CallsiteParameterAdder
. #565
Changed
structlog.stdlib.recreate_defaults()
now also addsstructlog.stdlib.add_logger_name
to the processors. Check out the updated screenshot!
Fixed
-
The return value from
get_logger()
(aBoundLoggerLazyProxy
) now passesisinstance
-checks againststructlog.typing.BindableLogger
on Python 3.12. #561 -
structlog.threadlocal.tmp_bind()
now also works withBoundLoggerLazyProxy
(in other words: before anything is bound to a bound logger). -
stdlib:
ProcessorFormatter
can now be told to not render the log record message usinggetMessage
and juststr(record.msg)
instead. #550 -
stdlib:
structlog.stdlib.BoundLogger.exception()
's handling ofLogRecord.exc_info
is now set consistent withlogging
. #571 #572
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
File details
Details for the file structlog-23.3.0.tar.gz
.
File metadata
- Download URL: structlog-23.3.0.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24b42b914ac6bc4a4e6f716e82ac70d7fb1e8c3b1035a765591953bfc37101a5 |
|
MD5 | ffb6d4ec88a85fcec5dd189cda4d6364 |
|
BLAKE2b-256 | 44301f73c8813fa47208cf17dc1239c148298ffafb11301b18071b8c6ba19f37 |
File details
Details for the file structlog-23.3.0-py3-none-any.whl
.
File metadata
- Download URL: structlog-23.3.0-py3-none-any.whl
- Upload date:
- Size: 66.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6922a88ceabef5b13b9eda9c4043624924f60edbb00397f4d193bd754cde60a |
|
MD5 | 44863bbf28899a30fb3f354dd71adb12 |
|
BLAKE2b-256 | 785d8afc87f72e8ba11001c0122e62fc1e19f580f8607f9d1078012cf1492325 |