{"id":18905483,"url":"https://github.com/utility-libraries/common-logging-py","last_synced_at":"2026-01-24T03:10:48.475Z","repository":{"id":246233685,"uuid":"820561182","full_name":"utility-libraries/common-logging-py","owner":"utility-libraries","description":"python logging handler to fix the problem of your program having multiple instances and logging to the same file","archived":false,"fork":false,"pushed_at":"2024-06-26T18:17:51.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-16T09:08:46.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/common-logging","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/utility-libraries.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":"2024-06-26T18:04:52.000Z","updated_at":"2024-06-26T18:17:54.000Z","dependencies_parsed_at":"2024-06-26T18:42:08.124Z","dependency_job_id":null,"html_url":"https://github.com/utility-libraries/common-logging-py","commit_stats":null,"previous_names":["utility-libraries/common-logging-py"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utility-libraries%2Fcommon-logging-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utility-libraries%2Fcommon-logging-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utility-libraries%2Fcommon-logging-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utility-libraries%2Fcommon-logging-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utility-libraries","download_url":"https://codeload.github.com/utility-libraries/common-logging-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248931957,"owners_count":21185269,"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":[],"created_at":"2024-11-08T09:12:08.442Z","updated_at":"2026-01-24T03:10:43.437Z","avatar_url":"https://github.com/utility-libraries.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# common-logging\npython logging handler to fix the problem of your program having multiple instances and logging to the same file\n\nplanned is something along the lines of\n\n```python\nimport logging\nfrom commonlogging import CommonLoggingHandler\n\nAPPLICATION_PORT=12345\n\nlogging.basicConfig(\n    handlers=[\n        CommonLoggingHandler(port=12345, handler=logging.FileHandler(\"file.log\"))\n    ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futility-libraries%2Fcommon-logging-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futility-libraries%2Fcommon-logging-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futility-libraries%2Fcommon-logging-py/lists"}