mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
slack driver config
This commit is contained in:
parent
ff0bec857e
commit
f6e0fd7ac3
@ -48,6 +48,14 @@ return [
|
||||
'days' => 7,
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
'driver' => 'slack',
|
||||
'url' => env('LOG_SLACK_URL'),
|
||||
'username' => 'Laravel Log',
|
||||
'emoji' => ':boom:',
|
||||
'level' => 'critical',
|
||||
],
|
||||
|
||||
'syslog' => [
|
||||
'driver' => 'syslog',
|
||||
'level' => 'debug',
|
||||
|
Loading…
x
Reference in New Issue
Block a user