chenqp пре 7 месеци
родитељ
комит
a2513d7640
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      config/logging.php

+ 2 - 2
config/logging.php

@@ -111,14 +111,14 @@ return [
             'driver' => 'daily',
             'path' => storage_path('logs/request.log'),
             'level' => 'debug',
-            'days' => 7,
+            'days' => 14,
         ],
         //接口日志记录
         'apiLog' => [
             'driver' => 'daily',
             'path' => storage_path('logs/api_log.log'),
             'level' => 'debug',
-            'days' => 7,
+            'days' => 14,
         ],
     ],