Add log driver to broadcasting connections
This commit is contained in:
@@ -39,6 +39,10 @@ return [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
],
|
||||
|
||||
'log' => [
|
||||
'driver' => 'log',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user