Added channel deprecations.
This commit is contained in:
@@ -70,6 +70,12 @@ return [
|
||||
'days' => 14,
|
||||
],
|
||||
|
||||
'deprecations' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/deprecations.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'driver' => 'slack',
|
||||
'url' => env('LOG_SLACK_WEBHOOK_URL'),
|
||||
|
Reference in New Issue
Block a user