{"id":13508512,"url":"https://github.com/unifysell/youtrack_logger_backend","last_synced_at":"2025-04-13T06:33:39.613Z","repository":{"id":57558261,"uuid":"131284956","full_name":"unifysell/youtrack_logger_backend","owner":"unifysell","description":"Adding youtrack as a logger backend to your elixir application.","archived":false,"fork":false,"pushed_at":"2018-07-02T11:18:30.000Z","size":57,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T23:04:37.607Z","etag":null,"topics":["backend","elixir","genevent","issue-tracker","logger","youtrack"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/youtrack_logger_backend","language":"Elixir","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/unifysell.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":"2018-04-27T10:57:54.000Z","updated_at":"2019-09-19T07:17:13.000Z","dependencies_parsed_at":"2022-08-28T10:20:40.376Z","dependency_job_id":null,"html_url":"https://github.com/unifysell/youtrack_logger_backend","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Fyoutrack_logger_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Fyoutrack_logger_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Fyoutrack_logger_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unifysell%2Fyoutrack_logger_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unifysell","download_url":"https://codeload.github.com/unifysell/youtrack_logger_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290465,"owners_count":21078993,"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":["backend","elixir","genevent","issue-tracker","logger","youtrack"],"created_at":"2024-08-01T02:00:54.172Z","updated_at":"2025-04-13T06:33:39.590Z","avatar_url":"https://github.com/unifysell.png","language":"Elixir","funding_links":[],"categories":["Logging"],"sub_categories":[],"readme":"# youtrack_logger_backend\n\n[![Build Status](https://travis-ci.org/unifysell/youtrack_logger_backend.svg?branch=master)](https://travis-ci.org/unifysell/youtrack_logger_backend)\n\nThis is an elixir logger backend inspired by the onkel-dirtus/logger_file_backend.\n\n## References\n\n* the [hex package](https://hex.pm/packages/youtrack_logger_backend)\n* the [hex documentation](https://hexdocs.pm/youtrack_logger_backend/readme.html)\n* if you have found any issues with the package, please tell us [here](https://github.com/unifysell/youtrack_logger_backend/issues)\n\n## Installation\n\nAdd to your deps inside the `mix.exs`:\n\n```elixir\n{:youtrack_logger_backend, \"~\u003e 0.1\"}\n```\n\nRun `mix deps.get` to download it.\n\n## Base Application config - required\n\nAdd the following to your configuration (this is the minimum required config beside the token):\n\n```elixir\nconfig :logger,\n  backends: [{Logger.Backend.Youtrack, :youtrack}]\n\nconfig :logger, :youtrack,\n  host: \"https://xxx.myjetbrains.com/youtrack\",\n  project: \"xxx\"\n```\n\nWhen configuring the youtrack backend, the keys `host`, `project` and `token` are required.\nAdd your youtrack url and the project you want to push your issues to.\n\n## Add a youtrack PERMANENT TOKEN - required\n\nGet this token on 'Profile'-\u003e'Update personal information and manage logins'-\u003e'Authentication' and create a new token or get an existing one here.\nYou can also have a look at the official manual: https://www.jetbrains.com/help/youtrack/standalone/Manage-Permanent-Token.html\n\nIt is recommended to store the secret information inside a separate config like `prod.secret.exs` and not adding it to your version control.\n\n```elixir\nconfig :logger, :youtrack,\n  token: \"xxx\"\n```\n\n## More configuration options - optional\n\nIf you want to, you can also configure the following keys: `format_summary`, `format_description`, `metadata`, `level`.\nThey all have default settings, so only use them if you want to customize.\nYour config could look like this:\n\n```elixir\nconfig :logger,\n  backends: [{Logger.Backend.Youtrack, :youtrack}]\n\nconfig :logger, :youtrack,\n  host: \"https://xxx.myjetbrains.com/youtrack\",\n  project: \"xxx\",\n  format_summary: \"$level: $message\\n\", #optional\n  format_description: \"$date $time\\n$metadata\\n\", #optional\n  metadata: [:module, :file, :function, :line], #optional - describes $metadata\n  level: :error #optional\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funifysell%2Fyoutrack_logger_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funifysell%2Fyoutrack_logger_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funifysell%2Fyoutrack_logger_backend/lists"}