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