From cd8dd76b67fb3ae9984b1477df4a9a3f0131ca87 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 27 Sep 2018 09:01:45 -0500 Subject: [PATCH] increase days --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [