{"id":16931057,"url":"https://github.com/schmichael/gologd","last_synced_at":"2026-05-10T17:02:24.734Z","repository":{"id":1885243,"uuid":"2811053","full_name":"schmichael/gologd","owner":"schmichael","description":"Stupid simple log multiplexer written in go","archived":false,"fork":false,"pushed_at":"2012-07-28T00:09:55.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T00:12:50.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schmichael.png","metadata":{"files":{"readme":"README.rst","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":"2011-11-19T22:05:23.000Z","updated_at":"2013-12-07T22:07:06.000Z","dependencies_parsed_at":"2022-08-02T19:45:10.605Z","dependency_job_id":null,"html_url":"https://github.com/schmichael/gologd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fgologd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fgologd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fgologd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fgologd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmichael","download_url":"https://codeload.github.com/schmichael/gologd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244730053,"owners_count":20500355,"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-10-13T20:43:08.188Z","updated_at":"2026-05-10T17:02:24.660Z","avatar_url":"https://github.com/schmichael.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"gologd\n======\n\nA simple multiplexer: multiple writers send messages via a Unix Domain Socket\nwhich gologd writes to a log file.\n\n*Warning:* Seems to only work in Linux despite OSX's socket manpage mentioning\nSOCK_SEQPACKET.\n\n*Warning:* It's stupid slow right now (approx. 3x slower than a Python version\nthat does more) and meant to be a learning experience.\n\npython_logd.py\n==============\n\nThe original multiplexing logger implementation written in Python. To use make\nsure you have the Python tool \"virtualenv\" installed on your system:\n\n    virtualenv .\n    . bin/activate\n    pip install mmstats\n    python python_logd.py python_logd.ini\n\npunish_logd.py\n==============\n\nSimple script to connect to the socket created by either logging daemon\nimplementation and throw sample log messages at it. No dependencies should be\nrequired other than Python 2.6+.\n\n    # Fork 2 processes and have each send 10k messages to golog.sock\n    python punish_logd.py 2 10000 golog.sock\n    # Fork 3 processes, each sends 10k messages, and send SIGHUP a few times\n    python punish_logd.py 3 10000 python_log.sock $(cat python_logd.pid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmichael%2Fgologd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmichael%2Fgologd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmichael%2Fgologd/lists"}