+ // Deprecations Log Channel
+ // This option controls the log channel that should be used to log warnings
+ // regarding deprecated PHP and library features. This allows you to get
+ // your application ready for upcoming major versions of dependencies.
+ 'deprecations' => [
+ 'channel' => 'null',
+ 'trace' => false,
+ ],
+