Add log driver to broadcasting connections
This commit is contained in:
parent
89e2d8e174
commit
1c4dcea2a2
|
@ -39,6 +39,10 @@
|
|||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
],
|
||||
|
||||
'log' => [
|
||||
'driver' => 'log',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue