From: Louis Jeckel Date: Tue, 22 Sep 2020 13:10:19 +0000 (+0200) Subject: Update logging.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=12599932eeb7a58766a97cae7d0697c40abdc21b;p=psq.git Update logging.php --- diff --git a/config/logging.php b/config/logging.php index 088c204..a204028 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['daily'], 'ignore_exceptions' => false, ],