From 255e929fe71119579927de5148a66ac5294d17a2 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 21 Feb 2026 15:32:45 +1030 Subject: [PATCH] Update logging.php --- config/logging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index 8b518cc93..e25a4a344 100644 --- a/config/logging.php +++ b/config/logging.php @@ -36,7 +36,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['daily'], 'ignore_exceptions' => false, ],