Skip to main content

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 structlog as the logging library in your application,
  • you depend on third-party libraries, e.g. uvicorn or httpx, that use the logging module from the standard library for logging, and
  • you want the log records from the third-party libraries processed by the same structlog pipeline as your own log records.

How do I get started?

In the most minimal setup, you only need change two things:

  1. Add the l2sl.StdlibRecordParser() to the list of processors in structlog.configure.
  2. Call l2sl.configure_stdlib_logging() after you are done configuring structlog.
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

l2sl-0.3.0.tar.gz (66.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

l2sl-0.3.0-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file l2sl-0.3.0.tar.gz.

File metadata

  • Download URL: l2sl-0.3.0.tar.gz
  • Upload date:
  • Size: 66.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

Hashes for l2sl-0.3.0.tar.gz
Algorithm Hash digest
SHA256 023791442dd70c06909f409f889cb3fd0eed17f40237e9b6cb0bb6bbafef3ca9
MD5 50b1e91778f574254a06a2fb8d0ec521
BLAKE2b-256 58fb7f63df503e67c37390893611940f3d8491e7c0b5c6f95cbf50a4b42284f0

See more details on using hashes here.

File details

Details for the file l2sl-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: l2sl-0.3.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

Hashes for l2sl-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22f77d9de11a944e182a9db159b55b859e231234b0918d8d45e59abfa83cab7c
MD5 9c87938bfba1a37474167096354667f0
BLAKE2b-256 2b09f65a8daf1b9fc2061c8ce61ff4631b0ca3ba034274ca90e8154952aee5ea

See more details on using hashes here.

Supported by

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