diff --git a/.env.production b/.env.production index 8313fec30..99359c331 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,7 @@ FORCE_HTTPS=false LOG_CHANNEL=stderr LOG_DEPRECATIONS_CHANNEL=null -LOG_LEVEL=debug +LOG_LEVEL=error DB_CONNECTION=mysql DB_HOST=127.0.0.1 diff --git a/config/logging.php b/config/logging.php index c44d27639..8c9c82ba4 100644 --- a/config/logging.php +++ b/config/logging.php @@ -96,7 +96,7 @@ 'stderr' => [ 'driver' => 'monolog', - 'level' => env('LOG_LEVEL', 'debug'), + 'level' => env('LOG_LEVEL', 'error'), 'handler' => StreamHandler::class, 'formatter' => env('LOG_STDERR_FORMATTER'), 'with' => [