{"id":17912658,"url":"https://github.com/danielgatis/go-logrus-adapters","last_synced_at":"2026-02-23T21:39:00.589Z","repository":{"id":57644962,"uuid":"440682292","full_name":"danielgatis/go-logrus-adapters","owner":"danielgatis","description":"A collection of adapters for logrus pkg.","archived":false,"fork":false,"pushed_at":"2025-01-23T02:07:28.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T02:34:17.616Z","etag":null,"topics":["go","golang","logging","logrus","logrus-adapter"],"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/danielgatis.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":"2021-12-21T23:59:32.000Z","updated_at":"2025-01-23T02:06:50.000Z","dependencies_parsed_at":"2024-10-28T19:46:36.570Z","dependency_job_id":"853c4c2b-d248-4230-8311-bd6f10ee1a50","html_url":"https://github.com/danielgatis/go-logrus-adapters","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/danielgatis%2Fgo-logrus-adapters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgatis%2Fgo-logrus-adapters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgatis%2Fgo-logrus-adapters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgatis%2Fgo-logrus-adapters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielgatis","download_url":"https://codeload.github.com/danielgatis/go-logrus-adapters/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238786324,"owners_count":19530113,"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":["go","golang","logging","logrus","logrus-adapter"],"created_at":"2024-10-28T19:46:23.991Z","updated_at":"2025-10-29T07:30:58.650Z","avatar_url":"https://github.com/danielgatis.png","language":"Go","funding_links":["https://www.buymeacoffee.com/danielgatis"],"categories":[],"sub_categories":[],"readme":"# Go - Logrus Adapters\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/danielgatis/go-logrus-adapters?style=flat-square)](https://goreportcard.com/report/github.com/danielgatis/go-logrus-adapters)\n[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/danielgatis/go-logrus-adapters/master/LICENSE)\n[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/danielgatis/go-logrus-adapters)\n\nA collection of adapters for logrus pkg.\n\n## Install\n\n```bash\ngo get -u github.com/danielgatis/go-logrus-adapters\n```\n\nAnd then import the package in your code:\n\n```go\nimport \"github.com/danielgatis/go-logrus-adapters\"\n```\n\n### Example\n\n```go\npackage main\n\nimport (\n\t\"net/http\"\n\n\tadapters \"github.com/danielgatis/go-logrus-adapters\"\n\t\"github.com/labstack/echo/v4\"\n\t\"github.com/sirupsen/logrus\"\n)\n\nfunc main() {\n\te := echo.New()\n\te.Logger = adapters.NewEchoLogAdapter(logrus.StandardLogger())\n\n\te.GET(\"/\", func(c echo.Context) error {\n\t\treturn c.String(http.StatusOK, \"Hello, World!\\n\")\n\t})\n\n\te.Logger.Fatal(e.Start(\":1323\"))\n}\n```\n\n### License\n\nCopyright (c) 2021-present [Daniel Gatis](https://github.com/danielgatis)\n\nLicensed under [MIT License](./LICENSE)\n\n### Buy me a coffee\n\nLiked some of my work? Buy me a coffee (or more likely a beer)\n\n\u003ca href=\"https://www.buymeacoffee.com/danielgatis\" target=\"_blank\"\u003e\u003cimg src=\"https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgatis%2Fgo-logrus-adapters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgatis%2Fgo-logrus-adapters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgatis%2Fgo-logrus-adapters/lists"}