Merge pull request #3360 from patrickbrouwers/patch-2
Add log driver to broadcasting connections
This commit is contained in:
commit
0d541ecb9a
|
@ -39,6 +39,10 @@
|
||||||
'driver' => 'redis',
|
'driver' => 'redis',
|
||||||
'connection' => 'default',
|
'connection' => 'default',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'log' => [
|
||||||
|
'driver' => 'log',
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue