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