{"id":34082491,"url":"https://github.com/onstash/lumberjack","last_synced_at":"2026-03-09T08:31:45.921Z","repository":{"id":62581526,"uuid":"82968529","full_name":"onstash/lumberjack","owner":"onstash","description":"Lumberjack - Python Logging for Humans™","archived":false,"fork":false,"pushed_at":"2017-02-24T06:16:54.000Z","size":17,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T11:38:50.660Z","etag":null,"topics":["logger","logging","python"],"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/onstash.png","metadata":{"files":{"readme":"README","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":"2017-02-23T20:29:04.000Z","updated_at":"2017-02-23T20:40:30.000Z","dependencies_parsed_at":"2022-11-03T21:32:30.779Z","dependency_job_id":null,"html_url":"https://github.com/onstash/lumberjack","commit_stats":null,"previous_names":["thesantosh/lumberjack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onstash/lumberjack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onstash%2Flumberjack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onstash%2Flumberjack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onstash%2Flumberjack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onstash%2Flumberjack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onstash","download_url":"https://codeload.github.com/onstash/lumberjack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onstash%2Flumberjack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["logger","logging","python"],"created_at":"2025-12-14T12:17:54.420Z","updated_at":"2026-03-09T08:31:45.886Z","avatar_url":"https://github.com/onstash.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumberjack - Python Logging for Humans™\n\n## What is this?\n\nThis project is about creating a custom logger with a few arguments such as logger name and file path (if FileHandler is used).\n\n## Why was this made?\n\nIn the python projects I have worked with (work or personal projects), I have always had to create a logging instance with a FileHandler, provide a logging format, provide logging file name (and create directories if need be), which is extremely frustrating, at the least. So I decided to encapsulate the pain points regarding the aforementioned.\n\n## How do I use this?\n\n```\nfrom lumberjack import Lumberjack\n\n# outputs logs in the console.\nlogger = Lumberjack(name=\"lumberjack\")\n\n# outputs logs in the filename 'logs/lumberjack_\u003ctimestamp\u003e.log'\nlogger = Lumberjack(name=\"lumberjack\", file_name=\"logs/lumberjack.log\")\n\nlogger.info('Live long and prosper, hoomans')\n\n# Log output\n2017-02-23 20:31:41,932 - lumberjack - INFO - Live long and prosper, hoomans!\n```\n\n## Can I contribute to this?\n\nSure! Create an issue in the repo if it's not already present. Then fork this repo, branch off from `master`, add a feature / push a fix and raise a pull-request. I'll merge it once I deem it useful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonstash%2Flumberjack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonstash%2Flumberjack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonstash%2Flumberjack/lists"}