cqpCow hace 10 meses
padre
commit
34bd5a8dd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
         ],
     ],