Less logging days

This commit is contained in:
Dennis Smink
2020-09-25 09:37:54 +02:00
parent f57cbb76e3
commit 3ad7d06976

View File

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