{"id":42453708,"url":"https://github.com/mageprince/magento2-logviewer","last_synced_at":"2026-01-28T08:52:45.877Z","repository":{"id":305187142,"uuid":"1022206715","full_name":"mageprince/magento2-logviewer","owner":"mageprince","description":"Mageprince Log Viewer is a powerful admin utility that allows you to manage, monitor, and debug log files directly from the Magento Admin Panel — without needing to access the server or filesystem.","archived":false,"fork":false,"pushed_at":"2025-12-17T10:32:26.000Z","size":49,"stargazers_count":39,"open_issues_count":0,"forks_count":11,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-20T23:27:29.152Z","etag":null,"topics":["adobe-commerce","free-extension","logview","logviewer","magento-free-extension","magento2","magento2-extension","magento2-module","magento2-module-free","magento2-plugin","mageprince-logviewer"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/mageprince.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T16:27:47.000Z","updated_at":"2025-12-20T11:27:03.000Z","dependencies_parsed_at":"2025-07-18T20:43:13.287Z","dependency_job_id":"5825f867-0285-42b6-9776-9aa5083cd2ee","html_url":"https://github.com/mageprince/magento2-logviewer","commit_stats":null,"previous_names":["mageprince/magento2-logviewer"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mageprince/magento2-logviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-logviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-logviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-logviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-logviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mageprince","download_url":"https://codeload.github.com/mageprince/magento2-logviewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mageprince%2Fmagento2-logviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28842940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["adobe-commerce","free-extension","logview","logviewer","magento-free-extension","magento2","magento2-extension","magento2-module","magento2-module-free","magento2-plugin","mageprince-logviewer"],"created_at":"2026-01-28T08:52:45.206Z","updated_at":"2026-01-28T08:52:45.869Z","avatar_url":"https://github.com/mageprince.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Log Viewer\n\nMageprince Log Viewer is a powerful admin utility that allows you to manage, monitor, and debug log files directly from the Magento Admin Panel — without needing to access the server or filesystem.\n\n# ✅ Compatibility\n\n\u003cb\u003eMagento Open Source:\u003c/b\u003e 2.3.x - 2.4.x \u003c/br\u003e\n\n# ✨ Key Features\n\n- View Magento log files (var/log/) directly in the admin panel\n- Live log view with auto-refresh\n- Display latest log lines with “Load Previous” functionality\n- Option to toggle line wrapping for better readability\n- Search log files by filename\n- Sort logs by filename, or last updated time\n- Download or delete log files from admin\n- Pagination support for large log directories\n- Admin configuration for:\n  - Enable/disable the extension\n  - Set number of log lines to show\n  - Set how many log files to list per page\n  - Define default sort column and direction\n  - Restrict allowed file types\n  - Allow or restrict file deletion\n  - Allow or restrict file download\n\n# 🚀 Installation Instructions\n\n### 1. Install via composer (Recommended)\n\nRun the following Magento CLI commands:\n\n```\ncomposer require mageprince/module-log-viewer\nphp bin/magento setup:upgrade\nphp bin/magento setup:di:compile\nphp bin/magento setup:static-content:deploy\n```\n\n### 2. Manual Installation\n\nCopy the content of the repo to the Magento 2 `app/code/Mageprince/LogViewer`\n\nRun the following Magento CLI commands:\n```\nphp bin/magento setup:upgrade\nphp bin/magento setup:di:compile\nphp bin/magento setup:static-content:deploy\n```\n\n# 🤝 Contribution\n\nWant to contribute to this extension? The quickest way is to \u003ca href=\"https://help.github.com/articles/about-pull-requests/\"\u003eopen a pull request\u003c/a\u003e on GitHub.\n\n# 🛠 Support\n\nIf you encounter any problems or bugs, please \u003ca href=\"https://github.com/mageprince/magento2-logviewer/issues\"\u003eopen an issue\u003c/a\u003e on GitHub.\n\n# 📸 Screenshots\n\n\u003cimg width=\"3402\" height=\"2158\" alt=\"image\" src=\"https://github.com/user-attachments/assets/eb0cef0d-3ee5-4346-8607-551fca6938e6\" /\u003e\n\u003cimg width=\"3400\" height=\"2154\" alt=\"1-log-list\" src=\"https://github.com/user-attachments/assets/aa975dda-902e-4f24-b421-095e73ee88da\" /\u003e\n\u003cimg width=\"3398\" height=\"2154\" alt=\"3-admin-config\" src=\"https://github.com/user-attachments/assets/1711da37-4128-4f7f-a44f-3422d6519988\" /\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageprince%2Fmagento2-logviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmageprince%2Fmagento2-logviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmageprince%2Fmagento2-logviewer/lists"}