Change default days to 30 for daily channel

This commit is contained in:
Marcin Nabiałek 2018-09-26 15:56:56 +02:00
parent 8e87b147bc
commit c60ff60679
1 changed files with 1 additions and 1 deletions

View File

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