cqpCow 10 月之前
父節點
當前提交
34bd5a8dd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -111,7 +111,7 @@ return [
             'driver' => 'daily',
             'path' => storage_path('logs/request.log'),
             'level' => 'debug',
-            'days' => 31,
+            'days' => 7,
         ],
     ],