diff --git a/config/logging.php b/config/logging.php index 5aa1dbb..86d013f 100644 --- a/config/logging.php +++ b/config/logging.php @@ -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, ],