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

View Logs From All Folder

Open ManojKiranA opened this issue 6 years ago • 2 comments

Currently Here is the Config that i was using to store the log

'daily' => [
            'driver' => 'daily',
            'path' => storage_path('logs/' . date('Y/m/') . '/laravel.log'),
            'level' => 'debug',
            'days' => 14,
        ],

And here the Screenshot of my storage directory

image

Here is the View that Log viewer is Currently Showing

image

Is there any way to view the files from that folders

ManojKiranA avatar Aug 28 '19 07:08 ManojKiranA

bro is this can use in version 1.6 ? i need it because my log is folder in folder

ridhoidong avatar May 14 '20 05:05 ridhoidong

the problem is not solved, maybe the merge of djunehor is not complete

moufakkir-zohair avatar Jul 07 '21 14:07 moufakkir-zohair