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

View File

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