{"id":37212195,"url":"https://github.com/icoom-lab/logrus2logtail","last_synced_at":"2026-01-15T00:24:09.500Z","repository":{"id":61629141,"uuid":"552153485","full_name":"icoom-lab/logrus2logtail","owner":"icoom-lab","description":"Logtail hooks for Logrus ","archived":false,"fork":false,"pushed_at":"2022-10-18T12:45:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-06-20T16:50:11.358Z","etag":null,"topics":["logrus","logrus-hook","logtail"],"latest_commit_sha":null,"homepage":"","language":"Go","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/icoom-lab.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-10-16T00:04:14.000Z","updated_at":"2022-10-16T01:59:00.000Z","dependencies_parsed_at":"2022-10-19T18:31:24.480Z","dependency_job_id":null,"html_url":"https://github.com/icoom-lab/logrus2logtail","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/icoom-lab/logrus2logtail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icoom-lab%2Flogrus2logtail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icoom-lab%2Flogrus2logtail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icoom-lab%2Flogrus2logtail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icoom-lab%2Flogrus2logtail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icoom-lab","download_url":"https://codeload.github.com/icoom-lab/logrus2logtail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icoom-lab%2Flogrus2logtail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"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":["logrus","logrus-hook","logtail"],"created_at":"2026-01-15T00:24:08.754Z","updated_at":"2026-01-15T00:24:09.479Z","avatar_url":"https://github.com/icoom-lab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logrus2logtail\nLogtail hooks for Logrus \n\n## Installation\n```\ngo get github.com/icoom-lab/logrus2logtail\n```\n\n## Usage \n\n```go\npackage main\n\nimport (\n\tlog \"github.com/sirupsen/logrus\"\n\t\"github.com/icoom-lab/logrus2logtail\"\n)\n\nfunc main() {\t\n\n\thook, err := logrus2logtail.NewHook(\"enter_token_here\")\n\tif err != nil {\n\t\tlog.Error(\"Error:\", err)\n\t}\n\tlog.AddHook(hook)\n\n\tlog.WithFields(log.Fields{\n\t\t\"animal\": \"walrus\",\n\t\t\"size\":   10,\n\t}).Info(\"A group of walrus emerges from the ocean\")\n\n\tlog.Debug(\"This is a debug message\")\n}\n```\n\n## License \n\n**logrus2logtail** is released under [the MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficoom-lab%2Flogrus2logtail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficoom-lab%2Flogrus2logtail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficoom-lab%2Flogrus2logtail/lists"}