New Package: Laravel Log Viewer with Search

preview_player
Показать описание
Showing the demo of a new package I've seen online.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

This is going to be a useful package. I don’t have to ssh into the server to view log files. Beautiful 🤩

Thanks.

josephajibodu
Автор

I haven't inspected the src code, but I'm sure Clear Cache is used because the contents of the log files are cached. I have made a private package to view logs and I cache the contents of log files otherwise if you have several log files let's say each 25 MB, processing them is going to be quite slow.

RJFares
Автор

Great video… and also the town behind the author in the picture (Florence)! 😉

phil_
Автор

I've been using this package "arcanedev/log-viewer" for a while now and its amizing, almost everyting in the video is in it and more.

moauyameghari
Автор

Thanks for introducing usefull libraries
We currently use Sentry which is realy top level

ajomehri
Автор

I ll chech it in every present and future projects! Seems its a very beautiful package. Thanks for sharing!

mohammadashrafuddinferdous
Автор

Love this addition. Followed instruction for subfolder of ap to make livewire work properly and that did it. 😁👍

rikvandervaart
Автор

By default in a fresh laravel installation, laravel logs are setup to be dumped into a single file. This will quickly increase that one laravel.log file and becomes difficult to search in it (slow loading in IDE as mentioned in this video). Do you think we can suggest (PR) to laravel for default log file to be daily (so one file for each day). This is coming from my experience in CI where daily log file is the default, easier to find errors.

IndraPrastha
Автор

looks good, and interesting might implement it in my project :D

kaimadigan
Автор

Been using Looks similar. Same features.The only difference I saw in this is you can actually reduce what is shown in the log file by adding it to exclude in config this hiding away for example laravel vendor log errors.

martomystery
Автор

This will be very helpful - I will be using this in current project and feedback 🙏

Atz
Автор

This package is very Helpful Thanks, Bro.

Laravel_Tree
Автор

Hey @anyone
can we use this to see a centralized view from the load balancer as well? Because every server has its one log file and I can access one log file at a time But I want them in one view..
@Laravel Daily ??

premneupane
Автор

I wonder if there is something similar for Spatie Activity Log?

waheed
Автор

Hello Dear, Could you suggest us for the best video on demand processing package (for streaming)??

aberhamberhanu
Автор

Thanks for the info. Would you recommend to use activity log or this log viewer? Or they are for different purposes?

shinyakoizumi
Автор

How do you create different logs in Laravel? How do you limit the size and the expiration date?

latlov
Автор

Hi, How to load custom log files which are stored under additional sub folders inside storage/logs folder,

ItsParaVenky
Автор

Is it secure to use on production or its only for dev or local environment?

muhammadatif
Автор

Is it possible to create a log file for each of autenticated users?

delcinocastelo