From 62cb9052cdf0c399d1287ea38752864bc9a24f29 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 May 2022 16:31:17 +0200 Subject: [PATCH] Update logging.php (#5874) --- config/logging.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/logging.php b/config/logging.php index fefe0885..5aa1dbb7 100644 --- a/config/logging.php +++ b/config/logging.php @@ -30,7 +30,10 @@ | */ - 'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), + 'deprecations' => [ + 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), + 'trace' => false, + ], /* |--------------------------------------------------------------------------