chenqp 7 kuukautta sitten
vanhempi
commit
a2513d7640
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      config/logging.php

+ 2 - 2
config/logging.php

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