gboquizosanchez/filament-log-viewer
config/logging.php).PanelProvider.storage/logs/) or custom paths? Does the package support non-file-based logging?composer require gboquizosanchez/filament-log-viewer
PanelProvider:
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
\GBOQuizosanchez\FilamentLogViewer\FilamentLogViewerPlugin::make(),
]);
}
config/filament-log-viewer.php (if provided) or override defaults in PanelProvider.daily driver), may require custom parsing.stack driver), ensure logs are still accessible via files.log-rotate or logrotate) doesn’t interfere with plugin access.ARCANEDEV/LogViewer for bug fixes or features.storage/logs/ writable by web server).storage/logs/filament.log) for plugin errors.| Scenario | Impact | Mitigation |
|---|---|---|
| Log file corruption | Plugin crashes or shows errors | Backup logs; validate file integrity |
| Permission denied | Logs inaccessible | Ensure storage/logs/ is readable |
| Filament plugin conflict | UI breaks | Test in isolation; check Filament updates |
| High log volume | Slow UI or timeouts | Implement pagination/filtering |
| Custom log format | Logs not parsed correctly | Extend plugin or pre-process logs |
How can I help you explore Laravel packages today?