From a389cbe52139197e82969c02276998327b0a6a73 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 13 Feb 2020 20:15:36 +0100 Subject: [PATCH] Fix the issue. --- config/logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/logging.php b/config/logging.php index e2bb74cdb1..aaa87108c6 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ | */ - 'default' => envNonEmpty('LOG_CHANNEL', 'daily'), + 'default' => envNonEmpty('LOG_CHANNEL', 'stack'), /* |-------------------------------------------------------------------------- @@ -56,7 +56,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['daily', 'slack'], + 'channels' => ['daily', 'stdout'], ], 'single' => [