ARCANEDEV/LogViewer

support multiple patterns for file names

alireza-salehi opened this issue · 2 comments

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

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

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