Browse Source

increase days

Taylor Otwell 5 years ago
parent
commit
cd8dd76b67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -49,7 +49,7 @@ return [
             'driver' => 'daily',
             'driver' => 'daily',
             'path' => storage_path('logs/laravel.log'),
             'path' => storage_path('logs/laravel.log'),
             'level' => 'debug',
             'level' => 'debug',
-            'days' => 30,
+            'days' => 14,
         ],
         ],
 
 
         'slack' => [
         'slack' => [