{"id":19821621,"url":"https://github.com/axelson/log_viz","last_synced_at":"2026-02-25T12:32:59.974Z","repository":{"id":259460654,"uuid":"855864142","full_name":"axelson/log_viz","owner":"axelson","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-24T14:07:31.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T14:59:43.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/axelson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-11T15:24:20.000Z","updated_at":"2024-10-24T14:07:35.000Z","dependencies_parsed_at":"2024-10-25T17:23:29.849Z","dependency_job_id":"a0c91c9a-99da-4739-a261-7a5cd61e9646","html_url":"https://github.com/axelson/log_viz","commit_stats":null,"previous_names":["axelson/log_viz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axelson/log_viz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Flog_viz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Flog_viz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Flog_viz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Flog_viz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelson","download_url":"https://codeload.github.com/axelson/log_viz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Flog_viz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259820812,"owners_count":22916548,"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-12T10:29:43.823Z","updated_at":"2025-10-30T20:56:21.153Z","avatar_url":"https://github.com/axelson.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogViz\n\n**TODO: Add description**\n\n\n## Installation\n\nInstall by adding `log_viz` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:log_viz, github: \"axelson/log_viz\"},\n  ]\nend\n```\n\nAdd log viz to your router (you may want to add it to an admin-only scope)\nimport LogViz.Router\n\n``` elixir\nscope \"/\" do\n  pipe_through :admin_browser # or whatever pipeline you're using\n  import LogViz.Router\n  # ^^^ Add this line\n\n  log_viz \"/logs\"\n  # ^^^ Add this line\nend\n```\n\nEnsure that you have LiveView setup: https://github.com/phoenixframework/phoenix_live_dashboard?tab=readme-ov-file#2-configure-liveview\n\nLogViz is built on top of RingLogger, so ensure that it is added to your logger backends configuration:\n`config :logger, backends: [:console, RingLogger]`\n\nAlternatively, you can start it manually at runtime\n\n``` elixir\nLogger.add_backend(RingLogger)\nLogger.configure_backend(RingLogger, max_size: 1024)\n```\n\nSee the RingLogger readme for full configuration information https://github.com/nerves-project/ring_logger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Flog_viz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelson%2Flog_viz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Flog_viz/lists"}