[PR #2016] [MERGED] fix: use correct log path for upload action #1710

Closed
opened 2026-02-04 20:09:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2016
Author: @killerbite95
Created: 12/18/2025
Status: Merged
Merged: 12/23/2025
Merged by: @notAreYouScared

Base: mainHead: fix/log-upload-path


📝 Commits (3)

  • 470e87b feat(activity-log): Add event-based icons to activity log entries
  • d06227d fix: use correct log path for upload action
  • 16d9f36 revert activity log changes

📊 Changes

2 files changed (+6 additions, -2 deletions)

View changed files

📝 app/Filament/Admin/Pages/ListLogs.php (+3 -1)
📝 app/Filament/Admin/Pages/ViewLogs.php (+3 -1)

📄 Description

The upload logs action was building the wrong file path, causing 'log not found' errors.

The code used just the date (e.g. 2025-01-15) but the actual files have prefix and extension (e.g. laravel-2025-01-15.log).

Now uses config('filament-log-viewer.pattern.prefix') and config('filament-log-viewer.pattern.extension') to match the package behavior.


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

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2016 **Author:** [@killerbite95](https://github.com/killerbite95) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/log-upload-path` --- ### 📝 Commits (3) - [`470e87b`](https://github.com/pelican-dev/panel/commit/470e87bd4db6e076ae7b757ef66119318a7c4fdf) feat(activity-log): Add event-based icons to activity log entries - [`d06227d`](https://github.com/pelican-dev/panel/commit/d06227ddfae3a79cffc294d278f90f183a3e81cd) fix: use correct log path for upload action - [`16d9f36`](https://github.com/pelican-dev/panel/commit/16d9f360db6ad9dab6d097718aa1706a14477a35) revert activity log changes ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/ListLogs.php` (+3 -1) 📝 `app/Filament/Admin/Pages/ViewLogs.php` (+3 -1) </details> ### 📄 Description The upload logs action was building the wrong file path, causing 'log not found' errors. The code used just the date (e.g. 2025-01-15) but the actual files have prefix and extension (e.g. laravel-2025-01-15.log). Now uses config('filament-log-viewer.pattern.prefix') and config('filament-log-viewer.pattern.extension') to match the package behavior. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:09:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1710