Update logging.php (#5874)

This commit is contained in:
Dries Vints
2022-05-03 09:31:17 -05:00
committed by GitHub
parent f662352123
commit 62cb9052cd
+4 -1
View File
@@ -30,7 +30,10 @@ return [
|
*/
'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'deprecations' => [
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
'trace' => false,
],
/*
|--------------------------------------------------------------------------