ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

support multiple patterns for file names #427

Open alireza-salehi opened 1 year ago

alireza-salehi commented 1 year ago

support multiple log patterns,

we have multiple channels like, laravel.log services.log data.log

we can only see one of them using log-viewer

anthonyShifl commented 1 year ago

Also looking for a way to view the logs of Laravel scheduler where in the logs are located also under storage/logs.

Filenames are like schedule-a68583d3ef85f2b7cee28f3b219ffc9ac3966101.log

woodti commented 11 months ago

I am also looking for a way to have separate tabs for each set of filenames. Having tabs dynamically created based on unique filename types might work well. Grouping logs by the first word or something. laravel-.log services-.log