{"id":18358522,"url":"https://github.com/schireson/setuplog","last_synced_at":"2025-04-10T02:39:19.915Z","repository":{"id":45063165,"uuid":"162629184","full_name":"schireson/setuplog","owner":"schireson","description":"An easier, centralized way to setup logging in applications.","archived":false,"fork":false,"pushed_at":"2023-07-20T15:59:12.000Z","size":90,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-02-15T18:36:25.073Z","etag":null,"topics":["library","logging","platform","schiresonip","tidepod"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schireson.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}},"created_at":"2018-12-20T20:41:02.000Z","updated_at":"2023-01-16T12:50:26.000Z","dependencies_parsed_at":"2024-12-23T22:25:50.854Z","dependency_job_id":"1b4927d1-ff94-4898-8430-9e4812eaa9f7","html_url":"https://github.com/schireson/setuplog","commit_stats":{"total_commits":30,"total_committers":6,"mean_commits":5.0,"dds":0.4,"last_synced_commit":"8c2b8e848d5f086d4c7892e20f421424be66fb4b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schireson%2Fsetuplog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schireson%2Fsetuplog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schireson%2Fsetuplog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schireson%2Fsetuplog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schireson","download_url":"https://codeload.github.com/schireson/setuplog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144773,"owners_count":21054983,"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":["library","logging","platform","schiresonip","tidepod"],"created_at":"2024-11-05T22:18:16.478Z","updated_at":"2025-04-10T02:39:19.892Z","avatar_url":"https://github.com/schireson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CircleCI](https://img.shields.io/circleci/build/gh/schireson/setuplog/master) [![codecov](https://codecov.io/gh/schireson/setuplog/branch/master/graph/badge.svg)](https://codecov.io/gh/schireson/setuplog) [![Documentation Status](https://readthedocs.org/projects/setuplog/badge/?version=latest)](https://setuplog.readthedocs.io/en/latest/?badge=latest)\n\n## The pitch\n\nLogging setup is one of those annoying things that one finds themselves relearning\nevery time a new project is started.\n\n`setuplog` attempts to centralize, and simplify the set of decisions one needs to make\nwhen bootstrapping a project.\n\n```python\n# app.py\nfrom setuplog import setup_logging\n\nsetup_logging(\n    log_level='INFO',\n    namespace='project_name',\n\n    # opt into {}-style formatting!\n    style='format',\n)\n\n# elsewhere\nfrom setuplog import log\n\nlog.info('Info!')\n```\n\n## Installing\n\n```bash\npip install \"setuplog\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschireson%2Fsetuplog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschireson%2Fsetuplog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschireson%2Fsetuplog/lists"}