Arunas Skirius

Results 53 comments of Arunas Skirius

In the meantime I've moved all my `beforeAll`/`afterAll` from global to local test class hooks, which seems to work.

Hey @firaskanaan93 I won't have time to fix it this week, but can you first share the log file itself? As an attachment, not a code snippet please. Thanks!

hey @firaskanaan93 , this might be fixed in **v3.1.8** as I can no longer reproduce the issue in latest version. Let me know!

hey @firaskanaan93 please clear the app cache (`php artisan cache:clear`) and let me know if that helps. Otherwise, try clearing the cache from the Log Viewer settings dropdown.

@firaskanaan93 ok... Can you try using a different cache driver? You can see instructions here - https://log-viewer.opcodes.io/docs/3.x/configuration/result-caching Please change it to `redis` or `file`, because the `database` cache driver might...

hey @eriq123 , I'm aware it's currently a bit cumbersome to extend the default `LaravelLog` parser. I have it on my todo list, but at the moment you shouldn't extend...

@Taoshan98 hey, could you please share whether: - you have extended the default Laravel log parser in Log Viewer - have different file name structure than the default Laravel (`laravel-xxxx.log`)...

hey @essell , thanks for the PR! Do you think we could have a test for this use case? One to make sure a stack trace within a context string...

hey @essell , is this PR still relevant, or have you changed your mind about it?