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' ],