{"id":25604871,"url":"https://github.com/alisinabh/live_dashboard_logger","last_synced_at":"2025-07-08T18:32:09.214Z","repository":{"id":276726353,"uuid":"930116045","full_name":"alisinabh/live_dashboard_logger","owner":"alisinabh","description":"A real-time log page for Phoenix Live Dashboard with multi-node support","archived":false,"fork":false,"pushed_at":"2025-06-03T15:18:48.000Z","size":474,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T06:46:36.024Z","etag":null,"topics":["elixir-liveview","elixir-logger","liveview","logging","phoenix-liveview"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/live_dashboard_logger","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/alisinabh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-02-10T05:08:16.000Z","updated_at":"2025-06-17T19:29:20.000Z","dependencies_parsed_at":"2025-04-13T10:07:43.051Z","dependency_job_id":"8482cf97-4fbd-4e72-a274-a5254d2313e9","html_url":"https://github.com/alisinabh/live_dashboard_logger","commit_stats":null,"previous_names":["alisinabh/live_dashboard_logger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alisinabh/live_dashboard_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisinabh%2Flive_dashboard_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisinabh%2Flive_dashboard_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisinabh%2Flive_dashboard_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisinabh%2Flive_dashboard_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alisinabh","download_url":"https://codeload.github.com/alisinabh/live_dashboard_logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisinabh%2Flive_dashboard_logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261624440,"owners_count":23186099,"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-liveview","elixir-logger","liveview","logging","phoenix-liveview"],"created_at":"2025-02-21T17:51:12.696Z","updated_at":"2025-07-08T18:32:09.207Z","avatar_url":"https://github.com/alisinabh.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveDashboard Logger\n\nLiveDashboard Logger adds real-time log viewing capabilities to [Phoenix Live Dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) through a custom logger backend. This allows you to monitor your application's logs directly from your dashboard, making debugging and monitoring easier.\n\n## Demo Screenshot\n\n![Live Logger Dashboard Screenshot](assets/live-logger-dashboard-screenshot.png)\n\n## Features\n\n- Real-time log streaming in Phoenix Live Dashboard\n- Supports multi-node setups\n- Clean integration with existing Phoenix Live Dashboard setup\n- Minimal performance overhead\n\n## Installation\n\n1. Add `:live_dashboard_logger` to your dependencies in `mix.exs`:\n\n```elixir\n# mix.exs\ndef deps do\n  [\n    {:live_dashboard_logger, \"~\u003e 0.0.1\"}\n  ]\nend\n```\n\n2. Add the `LiveDashboardLogger` page to your Phoenix Live Dashboard configuration in your router:\n\n```elixir\n# lib/your_app_web/router.ex\nlive_dashboard \"/dashboard\",\n  metrics: YourAppWeb.Telemetry,\n  additional_pages: [\n    live_logs: LiveDashboardLogger\n  ],\n  on_mount: [\n    LiveDashboardLogger.Hooks\n  ]\n```\n\n## Usage\n\nOnce installed, you'll find a new \"Live Logs\" page in your Phoenix Live Dashboard.\nThe page displays incoming logs in real-time.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](/LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisinabh%2Flive_dashboard_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falisinabh%2Flive_dashboard_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisinabh%2Flive_dashboard_logger/lists"}