{"id":26645246,"url":"https://github.com/pmeier/l2sl","last_synced_at":"2026-03-10T11:05:18.361Z","repository":{"id":283558507,"uuid":"952170723","full_name":"pmeier/l2sl","owner":"pmeier","description":"logging to structured logging","archived":false,"fork":false,"pushed_at":"2026-01-22T16:48:27.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T09:48:49.697Z","etag":null,"topics":["logging","python","structured-logging"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmeier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-20T21:04:34.000Z","updated_at":"2026-01-22T16:47:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d9a172e-a834-415d-898c-18d1feabb86a","html_url":"https://github.com/pmeier/l2sl","commit_stats":null,"previous_names":["pmeier/l2sl"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pmeier/l2sl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fl2sl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fl2sl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fl2sl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fl2sl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmeier","download_url":"https://codeload.github.com/pmeier/l2sl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmeier%2Fl2sl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30331653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logging","python","structured-logging"],"created_at":"2025-03-24T21:39:31.140Z","updated_at":"2026-03-10T11:05:18.354Z","avatar_url":"https://github.com/pmeier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# l2sl\n\n## What is this?\n\n`l2sl` funnels log records of third-party tools into your [`structlog`] pipeline. In\naddition, `l2sl` converts the text based log records into a structured representation.\n\n## Why do I need it?\n\nYou need `l2sl` if\n\n- you are using [`structlog`] as the logging library in your application,\n- you depend on third-party libraries, e.g.\n  [`uvicorn`](https://github.com/encode/uvicorn) or\n  [`httpx`](https://github.com/encode/httpx), that use the `logging` module from the\n  standard library for logging, and\n- you want the log records from the third-party libraries processed by the same\n  [`structlog`] pipeline as your own log records.\n\n## How do I get started?\n\nIn the most minimal setup, you only need to do add one thing to your logging setup,\npreferably after the `structlog.configure()` call:\n\n```python\nimport l2sl\n\nl2sl.configure_stdlib_log_forwarding()\n```\n\n## How do I learn more?\n\nPlease have a look at the [documentation](https://l2sl.readthedocs.io/en/stable/).\n\n[`structlog`]: https://www.structlog.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmeier%2Fl2sl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmeier%2Fl2sl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmeier%2Fl2sl/lists"}