From 11e0e4ac0d0f5a71f466ef4a7d409dabace7db51 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 30 Apr 2026 10:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ],