{"id":13800664,"url":"https://github.com/jbrisbin/lager_amqp_backend","last_synced_at":"2026-02-01T04:03:47.624Z","repository":{"id":1872750,"uuid":"2797996","full_name":"jbrisbin/lager_amqp_backend","owner":"jbrisbin","description":"AMQP RabbitMQ Lager backend","archived":false,"fork":false,"pushed_at":"2012-04-13T20:46:30.000Z","size":216,"stargazers_count":33,"open_issues_count":2,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-18T15:54:23.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbrisbin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-17T19:33:52.000Z","updated_at":"2019-08-19T03:29:12.000Z","dependencies_parsed_at":"2022-09-07T17:01:44.926Z","dependency_job_id":null,"html_url":"https://github.com/jbrisbin/lager_amqp_backend","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/jbrisbin%2Flager_amqp_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbrisbin%2Flager_amqp_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbrisbin%2Flager_amqp_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbrisbin%2Flager_amqp_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbrisbin","download_url":"https://codeload.github.com/jbrisbin/lager_amqp_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913206,"owners_count":21983273,"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-08-04T00:01:14.841Z","updated_at":"2026-02-01T04:03:47.545Z","avatar_url":"https://github.com/jbrisbin.png","language":"Erlang","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"# Lager AMQP Backend\n\nThis is a backend for the Lager Erlang logging framework.\n\n[https://github.com/basho/lager](https://github.com/basho/lager)\n\nIt will send all of your logging messages to the exchange you specify and use the logging level \nas the routing key. It uses a smart connection pool to your broker. If the connection drops or \nbecomes unusable, the backend will reconnect.\n\n### Usage\n\nInclude this backend into your project using rebar:\n\n    {lager_amqp_backend, \".*\", {git, \"https://github.com/jbrisbin/lager_amqp_backend.git\", \"master\"}}\n\n### Configuration\n\nYou can pass the backend the following configuration (shown are the defaults):\n\n    {lager, [\n      {handlers, [\n        {lager_amqp_backend, [\n          {name,        \"lager_amqp_backend\"},\n          {level,       debug},\n          {exchange,    \u003c\u003c\"lager_amqp_backend\"\u003e\u003e},\n          {amqp_user,   \u003c\u003c\"guest\"\u003e\u003e},\n          {amqp_pass,   \u003c\u003c\"guest\"\u003e\u003e},\n          {amqp_vhost,  \u003c\u003c\"/\"\u003e\u003e},\n          {amqp_host,   \"localhost\"},\n          {amqp_port,   5672}\n        ]}\n      ]}\n    ]}\n\n### License\n\nApache 2.0, just like everything else I do. :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrisbin%2Flager_amqp_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbrisbin%2Flager_amqp_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrisbin%2Flager_amqp_backend/lists"}