diff --git a/config/logging.php b/config/logging.php index f57cbc20..c92561ae 100644 --- a/config/logging.php +++ b/config/logging.php @@ -62,6 +62,7 @@ return [ 'papertrail' => [ 'driver' => 'monolog', + 'level' => 'debug', 'handler' => SyslogUdpHandler::class, 'handler_with' => [ 'host' => env('PAPERTRAIL_URL'),