Add log driver to broadcasting connections

This commit is contained in:
Patrick Brouwers 2015-05-06 11:02:13 +02:00
parent 89e2d8e174
commit 1c4dcea2a2
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
'driver' => 'redis',
'connection' => 'default',
],
'log' => [
'driver' => 'log',
],
],