mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1834] [MERGED] Replace current panel log viewer with new and improved log viewer #1601
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1834
Author: @notAreYouScared
Created: 10/26/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/drop8.2📝 Commits (10+)
98405b6remove php8.2 + composer updateec446d2remove old log viewer86a0c14Add new log package497bd7eAdd some love8bc39faUpdates and Translations6f79fe8...533286bfix translations01e85e9fix 500, and add tooltipe47d326lang will be the death of me6230cb2add css for plugin📊 Changes
10 files changed (+530 additions, -159 deletions)
View changed files
➕
app/Filament/Admin/Pages/ListLogs.php(+130 -0)➕
app/Filament/Admin/Pages/ViewLogs.php(+105 -0)📝
app/Providers/Filament/AdminPanelProvider.php(+7 -2)📝
app/Providers/Filament/AppPanelProvider.php(+2 -2)➕
app/Traits/ResolvesRecordDate.php(+45 -0)📝
composer.json(+1 -1)📝
composer.lock(+209 -154)➕
lang/en/admin/log.php(+26 -0)📝
resources/css/app.css(+2 -0)➕
resources/views/filament/components/list-logs.blade.php(+3 -0)📄 Description
Closes #1802
Replaces current error log manager with a new one, tested with a 10MB error log file that was 49,000 lines long. Loading time was 0.38 seconds
Actions are View, Download, Upload(to logs.pelican.dev), and delete.

Actions are delete, download, upload, back
Stacktrace:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.