{"id":18744649,"url":"https://github.com/berislavlopac/unclogger","last_synced_at":"2025-11-22T16:30:14.210Z","repository":{"id":64747890,"uuid":"576749310","full_name":"berislavlopac/unclogger","owner":"berislavlopac","description":"Simple library for customisable structured logging.","archived":false,"fork":false,"pushed_at":"2024-01-29T17:29:36.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T20:13:06.300Z","etag":null,"topics":["logging","logging-library","structured-logging"],"latest_commit_sha":null,"homepage":"https://unclogger.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berislavlopac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-12-10T21:18:55.000Z","updated_at":"2023-11-20T08:24:45.000Z","dependencies_parsed_at":"2024-01-18T00:23:05.114Z","dependency_job_id":"6c41dbcc-ae4d-4e3d-a488-a96b71691d8f","html_url":"https://github.com/berislavlopac/unclogger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Funclogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Funclogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Funclogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Funclogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berislavlopac","download_url":"https://codeload.github.com/berislavlopac/unclogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627252,"owners_count":19670844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","logging-library","structured-logging"],"created_at":"2024-11-07T16:15:33.003Z","updated_at":"2025-11-22T16:30:14.142Z","avatar_url":"https://github.com/berislavlopac.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Unclogger\n=========\n\nSimple Python library for customizable structured logging.\n\n[![Documentation Status](https://readthedocs.org/projects/unclogger/badge/?version=latest)](https://unclogger.readthedocs.io/en/latest/?badge=latest)\n\n## Quick Intro\n\n ```python\nfrom unclogger import get_logger\nlogger = get_logger(\"test logger\")\nlogger.info(\"test test\", foo=\"abc\", bar=123)\n```\n\nOutput:\n```json\n{\n  \"foo\": \"abc\", \n  \"bar\": 123, \n  \"event\": \"test test\", \n  \"logger\": \"test logger\", \n  \"level\": \"info\", \n  \"timestamp\": \"2021-02-12T22:40:07.600385Z\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberislavlopac%2Funclogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberislavlopac%2Funclogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberislavlopac%2Funclogger/lists"}