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

@ -40,6 +40,10 @@
'connection' => 'default', 'connection' => 'default',
], ],
'log' => [
'driver' => 'log',
],
], ],
]; ];