From cc28fb28ab9c3c07f0fb55c25eab8cff2f20570e Mon Sep 17 00:00:00 2001 From: Bert Heyman Date: Mon, 24 Sep 2018 14:22:24 +0200 Subject: [PATCH] Set logs to daily by default --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index c92561ae..36128737 100644 --- a/config/logging.php +++ b/config/logging.php @@ -36,7 +36,7 @@ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['daily'], ], 'single' => [