{"id":20618211,"url":"https://github.com/tddschn/logging-utils-tddschn","last_synced_at":"2026-05-17T17:32:22.059Z","repository":{"id":57673972,"uuid":"482488557","full_name":"tddschn/logging-utils-tddschn","owner":"tddschn","description":"Logging utilities for personal use","archived":false,"fork":false,"pushed_at":"2026-04-13T17:36:09.000Z","size":52,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-16T21:06:08.760Z","etag":null,"topics":["logging","logging-library","python","utility-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/logging-utils-tddschn/","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/tddschn.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}},"created_at":"2022-04-17T10:10:00.000Z","updated_at":"2022-05-04T14:41:57.000Z","dependencies_parsed_at":"2022-08-31T11:20:46.515Z","dependency_job_id":null,"html_url":"https://github.com/tddschn/logging-utils-tddschn","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/tddschn/logging-utils-tddschn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Flogging-utils-tddschn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Flogging-utils-tddschn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Flogging-utils-tddschn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Flogging-utils-tddschn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tddschn","download_url":"https://codeload.github.com/tddschn/logging-utils-tddschn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Flogging-utils-tddschn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","logging-library","python","utility-library"],"created_at":"2024-11-16T12:07:34.711Z","updated_at":"2026-05-17T17:32:22.028Z","avatar_url":"https://github.com/tddschn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logging-utils-tddschn\n\nLogging utilities for personal use.\n\n- [logging-utils-tddschn](#logging-utils-tddschn)\n\t- [Install](#install)\n\t- [Example Usage](#example-usage)\n\t\t- [`get_logger`](#get_logger)\n## Install\n```\n$ pip install logging-utils-tddschn\n```\n\n## Example Usage\n\n### [`get_logger`](logging_utils_tddschn/utils.py)\n\nCheck the source code linked above to learn more about the arguments.\n\n```python\nfrom logging_utils_tddschn import get_logger\n\nlogger, _ = get_logger(__name__)\nlogger.info('Logging from logging-utils-tddschn!')\n```\n\n```\n_DEBUG=1 python3 app.py\n# prints something like\n# INFO:tests.test_utils_naive:/Users/tddschn/app.py:5:my_func:Logging from logging-utils-tddschn!\n\n# logging is turned off (sent to NullHandler) if you don't set env var _DEBUG or it's set to false.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Flogging-utils-tddschn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftddschn%2Flogging-utils-tddschn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Flogging-utils-tddschn/lists"}