{"id":19351711,"url":"https://github.com/operable/adz","last_synced_at":"2026-05-12T21:39:45.674Z","repository":{"id":78638099,"uuid":"48121452","full_name":"operable/adz","owner":"operable","description":"A tool for shaping logs","archived":false,"fork":false,"pushed_at":"2017-03-31T04:17:11.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T02:36:50.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-12-16T16:19:47.000Z","updated_at":"2016-11-02T15:18:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cba4b5c-304c-4856-a223-bf00b743e420","html_url":"https://github.com/operable/adz","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fadz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fadz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fadz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operable%2Fadz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operable","download_url":"https://codeload.github.com/operable/adz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240460595,"owners_count":19804928,"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-11-10T04:37:01.935Z","updated_at":"2026-05-12T21:39:45.643Z","avatar_url":"https://github.com/operable.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adz /_\u0026#1237;dz_/\n\n*NOTE*: Adz is no longer being developed. You should probably just use Elixir's [Logger](https://hexdocs.pm/logger/Logger.html) directly.\n\n1. Noun: A woodworking tool used for smoothing or carving timbers.\n1. Noun: A formatting library for Elixir's Logger.\n\nAdz's primary contribution is transparently adding module name and line number to Elixir's Logger output. It can also format logs as valid JSON or plain text.\n\n## Getting adz\n\nAdd `adz` to the `deps` section of `mix.exs`:\n\n`{:adz, github: \"operable/adz\"}`\n\n## Configuring adz output\n\n### JSON\n\n```elixir\nconfig :logger, :console,\n  metadata: [:module, :line],\n  format: {Adz, :json}\n```\n\nExample output (line breaks and indentation added for readability):\n\n```\n{\"timestamp\":\"2016-02-22T13:36:32.0838\",\n \"source\":\"Cog.Command.RuleCache\",\n \"message\":\"Ready. Command rule cache TTL is 10 seconds.\",\n \"line\":33,\n \"level\":\"info\"}\n```\n\n### Text\n\n```elixir\nconfig :logger, :console,\n  metadata: [:module, :line],\n  format: {Adz, :text}\n```\n\nExample output:\n\n```\n2016-02-22T13:36:32.0838  (Cog.Command.RuleCache:33) [info] Ready. Command rule cache TTL is 10 seconds.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperable%2Fadz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperable%2Fadz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperable%2Fadz/lists"}