mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Change default days to 30 for daily channel
This commit is contained in:
parent
8e87b147bc
commit
c60ff60679
@ -49,7 +49,7 @@ return [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => 'debug',
|
||||
'days' => 7,
|
||||
'days' => 30,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user