From 22d37a53ffc837f69bd28cb411b0008bdecccbfc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 6 Sep 2018 08:23:57 -0500 Subject: [PATCH] add level --- config/logging.php | 1 + 1 file changed, 1 insertion(+) 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'),