From 1c4dcea2a23719b7315b6a4e732ff7d0890b5bfe Mon Sep 17 00:00:00 2001 From: Patrick Brouwers Date: Wed, 6 May 2015 11:02:13 +0200 Subject: [PATCH] Add log driver to broadcasting connections --- config/broadcasting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/broadcasting.php b/config/broadcasting.php index 3b21dc22..8878064f 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -39,6 +39,10 @@ 'driver' => 'redis', 'connection' => 'default', ], + + 'log' => [ + 'driver' => 'log', + ], ],