diff --git a/config/logging.php b/config/logging.php index 08b971e56c..77904e53ee 100644 --- a/config/logging.php +++ b/config/logging.php @@ -68,6 +68,7 @@ return [ 'papertrail' => [ 'host' => env('PAPERTRAIL_HOST'), 'port' => env('PAPERTRAIL_PORT'), + 'level' => envNonEmpty('APP_LOG_LEVEL', 'info'), ], // single laravel log file: