How can I clean Laravel Telescope debug log
Asked Answered
N

2

17

I just installed Laravel Telescope which helps me a lot to debug the application. But at this time I want to delete all telescope data-cache and set as like fresh installation. Or is there any way to export the telescope debug log then work with a fresh one?

Thanks for leaving your words.

Northrop answered 23/1, 2019 at 20:56 Comment(1)
The docs seem to indicate the data is stored in telescope_entries.Recife
S
29

I use in this case php artisan telescope:clear. For more information you can look in the artisan help function php artisan help telescope:clear.

Stine answered 21/5, 2019 at 9:32 Comment(0)
N
9

You can use php artisan telescope:prune command to clean the Telescope logs.

Nika answered 2/5, 2019 at 4:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.