logging to structured logging
Project description
l2sl
What is this?
l2sl funnels log records of third-party tools into your structlog pipeline. In
addition, l2sl converts the text based log records into a structured representation.
Why do I need it?
You need l2sl if
- you are using
structlogas the logging library in your application, - you depend on third-party libraries, e.g.
uvicornorhttpx, that use theloggingmodule from the standard library for logging, and - you want the log records from the third-party libraries processed by the same
structlogpipeline as your own log records.
How do I get started?
In the most minimal setup, you only need change two things:
- Add the
l2sl.StdlibRecordParser()to the list ofprocessorsinstructlog.configure. - Call
l2sl.configure_stdlib_logging()after you are done configuringstructlog.
import l2sl
import structlog
structlog.configure(
processors=[
l2sl.StdlibRecordParser(),
...,
],
...,
)
l2sl.configure_stdlib_log_forwarding()
How do I learn more?
Please have a look at the documentation.
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
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 l2sl-0.2.0.tar.gz.
File metadata
- Download URL: l2sl-0.2.0.tar.gz
- Upload date:
- Size: 55.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a9ee4871d891e705f02a199a41bf6a9b4a54144ef308aa5b0e2fcf48514ed8
|
|
| MD5 |
61c60e0873b7ab88988993fb10b1a1ce
|
|
| BLAKE2b-256 |
31ee5b9e625f72bb25538f74e8904d8798a4b8993445f49e089e8357b4c30a99
|
File details
Details for the file l2sl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: l2sl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e982b4cb9e6f315bb2d0cc2bf6b7eeda2c6fe372f67f1d1173694a16cb56b18
|
|
| MD5 |
e2529ba848dedabe68e2749b8f40c3c7
|
|
| BLAKE2b-256 |
38dcad9f35a9af071ca7ff87ff80e848a3d326b95677ca071ca6812a570eac17
|