diff --git a/config/logging.php b/config/logging.php index 5ef3530380..fe22ffa672 100644 --- a/config/logging.php +++ b/config/logging.php @@ -68,7 +68,7 @@ return [ ], 'papertrail' => [ 'driver' => 'monolog', - 'level' => env('LOG_LEVEL', 'debug'), + 'level' => envNonEmpty('APP_LOG_LEVEL', 'info'), 'handler' => SyslogUdpHandler::class, 'handler_with' => [ 'host' => env('PAPERTRAIL_HOST'),