-
-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
📖 Description
At the moment this very difficult for an end user to check the application logs when something does not work. The application logs are not always writing to the container logs.
This issue is to investigate possible solutions to improve the logs visibility so a user can solve problems easily when possible.
- Make the lavarel log available in the WebGui with https://v2.filamentphp.com/plugins/ryangjchandler-log-viewer
- Use a Job monitor in the WebGui so the jobs can checked if needed like https://gitlab.com/amvisor/filament-failed-jobs or https://v2.filamentphp.com/plugins/jobs-monitor
- Write the logs to
stderrso they show updocker logscommand.
Using stderr would be the best option as then also problems during the start of the application will be visible. User will be able to sent the logs to their own monitoring systems as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels