barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.16k stars 1.55k forks source link

Revert 6057dcf6bee #1590

Closed uniho closed 6 months ago

uniho commented 6 months ago

That code is not for Lararavel 5, needs for daily logging.

erikn69 commented 6 months ago

there will be conflicts with #1560 I'll try to fix it in that PR

Until while you could try this

'logs' => [ 
     'file' => storage_path('logs/laravel-' . date('Y-m-d') . '.log'), 
 ], 

https://github.com/barryvdh/laravel-debugbar/blob/03448e59739181179697dd996f581404db4ce7c5/config/debugbar.php#L251-L253

erikn69 commented 6 months ago
uniho commented 6 months ago

Thanks.