Update logging.php (#5874)

This commit is contained in:
Dries Vints
2022-05-03 16:31:17 +02:00
committed by GitHub
parent f662352123
commit 62cb9052cd

View File

@@ -30,7 +30,10 @@ return [
| |
*/ */
'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), 'deprecations' => [
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'trace' => false,
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------