Browse Source

Update logging config

Daniel Supernault 2 years ago
parent
commit
e503c83b6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/logging.php

+ 1 - 0
config/logging.php

@@ -92,6 +92,7 @@ return [
 
         'media' => [
             'driver' => 'single',
+            'bubble' => false,
             'path'   => storage_path('logs/media.log'),
             'level'  => 'debug'
         ],