It might be a good idea to add a console command that you could call which will cleanup the debug .json stuff that gets put in storage. After a while that directory can get huge and would be nice to clear it out thru a scheduled task or something.
:+1:
Yes please. :)
@joelcuevas Doesn't artisan debugbar:clear do this for you?
Well... it does! Haha I should have read the command list first. Thank you, @steveheinsch!
I have got my production server out of disk space because of that, no idea that could create so many JSON files. 47% of my used disk space was from these... 馃う (had forgotten my composer --no-dev)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.
Most helpful comment
@joelcuevas Doesn't
artisan debugbar:cleardo this for you?