From ff0bec857ead9698b2783143b14b5332b96e23cc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 18 Jan 2018 08:26:24 -0600 Subject: [PATCH] update to stack --- config/logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/logging.php b/config/logging.php index 4a1eb0d1..02f0effb 100644 --- a/config/logging.php +++ b/config/logging.php @@ -30,8 +30,8 @@ */ 'channels' => [ - 'aggregate' => [ - 'driver' => 'aggregate', + 'stack' => [ + 'driver' => 'stack', 'channels' => ['single', 'daily'], ],