diff --git a/config/logging.php b/config/logging.php index cc59cb364..fe3a7cfd1 100644 --- a/config/logging.php +++ b/config/logging.php @@ -76,6 +76,7 @@ ], 'deprecations' => [ + 'driver' => 'null', 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), 'trace' => false, ],