diff --git a/config/logging.php b/config/logging.php index 296e0ee4..506f2f37 100644 --- a/config/logging.php +++ b/config/logging.php @@ -49,7 +49,7 @@ 'driver' => 'daily', 'path' => storage_path('logs/laravel.log'), 'level' => 'debug', - 'days' => 30, + 'days' => 14, ], 'slack' => [