cqp 1 giorno fa
parent
commit
71d0ec55c8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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' => 14,
+            'days' => 200,
         ],
         //接口日志记录
         'apiLog' => [
             'driver' => 'daily',
             'path' => storage_path('logs/api_log.log'),
             'level' => 'debug',
-            'days' => 14,
+            'days' => 200,
         ],
     ],