From c60ff606793f07595d85d2b90f0a91bdf83f7ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Nabia=C5=82ek?= Date: Wed, 26 Sep 2018 15:56:56 +0200 Subject: [PATCH] Change default days to 30 for daily channel --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 361287377..296e0ee4b 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' => [