From e503c83b6c5e2c7d79ed9e35d8bfae643b06fe05 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 17 Dec 2022 21:17:07 -0700 Subject: [PATCH] Update logging config --- config/logging.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/logging.php b/config/logging.php index ae21f72ac..8b518cc93 100644 --- a/config/logging.php +++ b/config/logging.php @@ -92,6 +92,7 @@ return [ 'media' => [ 'driver' => 'single', + 'bubble' => false, 'path' => storage_path('logs/media.log'), 'level' => 'debug' ],