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