@ -65,7 +65,7 @@ return [
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'path' => storage_path('logs/laravel/'.date('Y/m/d').'.log'),
'level' => env('LOG_LEVEL', 'debug'),
'days' => 14,
],