laravel-log-viewer icon indicating copy to clipboard operation
laravel-log-viewer copied to clipboard

Pagination Log with Laravel

Open Peterpunk19 opened this issue 6 years ago • 4 comments

Why don´t use pagination laravel to present the info ?

I have modified the code of the controller and the view so that it does not load all the contents of the log

Peterpunk19 avatar Oct 11 '18 17:10 Peterpunk19

Please submit screenshot, log if any, laravel version, php version and modified code to try to identify the issue.

elminson avatar Oct 12 '18 02:10 elminson

+ why a huge amount of logs not particualy loads? How can I divide ajax load a log file, for example, if file contain 2GB of logs ?

zeetabit avatar Jan 08 '19 15:01 zeetabit

See: https://github.com/rap2hpoutre/laravel-log-viewer/issues/43

rap2hpoutre avatar Aug 29 '19 12:08 rap2hpoutre

can you update LaravelLogViewer.php $file = file_get_contents($this->file,false,null,0, 2097152);

2097152 is the size of file we want to access, which can be defined in config.app file.

souravmack avatar Feb 08 '22 12:02 souravmack