Increase default logging to 3 months

This commit is contained in:
Deon George 2024-05-11 21:20:05 +10:00
parent 3ad20f969b
commit dd8558487c

View File

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