diff --git a/config/logging.php b/config/logging.php index 784c0574e..fe12e70a0 100644 --- a/config/logging.php +++ b/config/logging.php @@ -150,6 +150,11 @@ return [ 'processors' => [PsrLogMessageProcessor::class], ], + 'sentry_logs' => [ + 'driver' => 'sentry_logs', + 'level' => env('LOG_LEVEL', 'debug'), + ], + ], ];