{"id":13508495,"url":"https://github.com/pragmaticivan/logglix","last_synced_at":"2025-10-29T17:35:01.591Z","repository":{"id":57507379,"uuid":"57940568","full_name":"pragmaticivan/logglix","owner":"pragmaticivan","description":"🎱  Logger backend app for Loggly requests","archived":false,"fork":false,"pushed_at":"2020-01-02T19:45:04.000Z","size":11,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T00:07:22.187Z","etag":null,"topics":["elixir","loggly","logs"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/pragmaticivan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-03T04:08:47.000Z","updated_at":"2025-01-08T08:10:50.000Z","dependencies_parsed_at":"2022-09-19T05:30:43.256Z","dependency_job_id":null,"html_url":"https://github.com/pragmaticivan/logglix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmaticivan%2Flogglix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmaticivan%2Flogglix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmaticivan%2Flogglix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmaticivan%2Flogglix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pragmaticivan","download_url":"https://codeload.github.com/pragmaticivan/logglix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252598311,"owners_count":21774235,"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":["elixir","loggly","logs"],"created_at":"2024-08-01T02:00:53.921Z","updated_at":"2025-10-29T17:34:56.547Z","avatar_url":"https://github.com/pragmaticivan.png","language":"Elixir","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🎱 Logglix\u003c/h1\u003e\n\n\u003ch5 align=\"center\"\u003eA simple elixir Logger backend which sends logs to Loggly service.\u003c/h5\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://hex.pm/packages/logglix\"\u003e\n    \u003cimg src=\"https://img.shields.io/hexpm/dt/logglix.svg?style=flat-square\" alt=\"Hex\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Installation\n\n`Logglix` is a custom backend for the elixir `:logger` application. As\nsuch, it relies on the `:logger` application to start the relevant processes.\n\n\nAdd logger_loggly_backend to your list of dependencies in `mix.exs`:\n```elixir\ndef deps do\n  [{:logglix, \"~\u003e 1.0.0\"}]\nend\n```\n\nEnsure logger_loggly_backend is started before your application:\n```elixir\ndef application do\n  [applications: [:logglix, :httpoison]]\nend\n```\n\nConfigure the logger\n```elixir\nconfig :logger,\n  backends: [{Logglix, :logglix}, :console]\n\nconfig :logger, :logglix,\n  loggly_key: \"your loggly key\",\n  tags: [\"elixir\"],\n  level: :info\n```\n\n## Resources\n\n* [Contributing Guide](https://github.com/pragmaticivan/logglix/blob/master/CONTRIBUTING.md)\n* [Code of Conduct](https://github.com/pragmaticivan/logglix/blob/master/CODE_OF_CONDUCT.md)\n\n## License\n\n[MIT License](http://pragmaticivan.mit-license.org/) © Ivan Santos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmaticivan%2Flogglix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpragmaticivan%2Flogglix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmaticivan%2Flogglix/lists"}