{"id":13800707,"url":"https://github.com/furmanOFF/lager_slack","last_synced_at":"2025-05-13T09:31:51.121Z","repository":{"id":206181336,"uuid":"125777878","full_name":"furmanOFF/lager_slack","owner":"furmanOFF","description":"Simple Slack backend for lager","archived":false,"fork":false,"pushed_at":"2018-05-30T16:06:54.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-22T13:34:07.541Z","etag":null,"topics":["erlang","lager","slack"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/furmanOFF.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":"2018-03-18T23:38:53.000Z","updated_at":"2024-08-04T00:05:24.016Z","dependencies_parsed_at":null,"dependency_job_id":"103d9f31-e83a-45ec-91f5-ba2bf98e254e","html_url":"https://github.com/furmanOFF/lager_slack","commit_stats":null,"previous_names":["furmanoff/lager_slack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furmanOFF%2Flager_slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furmanOFF%2Flager_slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furmanOFF%2Flager_slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furmanOFF%2Flager_slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furmanOFF","download_url":"https://codeload.github.com/furmanOFF/lager_slack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913222,"owners_count":21983277,"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":["erlang","lager","slack"],"created_at":"2024-08-04T00:01:15.324Z","updated_at":"2025-05-13T09:31:50.291Z","avatar_url":"https://github.com/furmanOFF.png","language":"Erlang","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"# lager_slack\nSimple [Slack](https://slack.com) backend for [lager](https://github.com/erlang-lager/lager)\n\n## Format\nlager_slack buffers incoming logs and sends them in packs of 20 logs per Slack message (as attachments).\n\n## Configuration\nTo use this backend you must provide it with a [Slack Webhook](https://api.slack.com/incoming-webhooks) link to specific channel.\n\n```erlang\n{lager, [\n  {handlers, [\n    {lager_slack_backend, [\n      {uri, \"https://hooks.slack.com/...\"}, % (required) Webhook URI\n      {metadata, [pid, module]},            % Lager metadata appended to message (default: module)\n      {sign, \"MyApp\"},                      % Message sign to identify your reports (appears in message footer)\n      {level, error},                       % Log level (default: critical)\n      {timeout, 5000},                      % (optional) Slack submit timeout in ms (default: 5000)\n      {threshold, 20}                       % (optional) Max message attachement count (default/recommended: 20)\n    ]}\n  ]}\n]}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FfurmanOFF%2Flager_slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FfurmanOFF%2Flager_slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FfurmanOFF%2Flager_slack/lists"}