increase days

This commit is contained in:
Taylor Otwell
2018-09-27 09:01:45 -05:00
parent c60ff60679
commit cd8dd76b67

View File

@@ -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' => [