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_logging()

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.1.3.tar.gz (42.8 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.1.3-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: l2sl-0.1.3.tar.gz
  • Upload date:
  • Size: 42.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.17

File hashes

Hashes for l2sl-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a08b518e00849f49a978e50052a6b717de42baa3a27223eb9c726d37a3255397
MD5 a76bf703eaa15dbe71539fc8ae020268
BLAKE2b-256 0a601f35337e9d086ce51be54448856a2417c1fb58c35f98d95ae55c2498a7d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: l2sl-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.17

File hashes

Hashes for l2sl-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2154d6e5899fcf8ce0dd32d2420359dc75423fa57b91c89348b67b7a0ab90551
MD5 25730aca8e870528d8dd1f5d4029acc2
BLAKE2b-256 2f10d02d6d27e027ea071e958d2ee8b68798124726fd2d34530990c4d25cb743

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