Skip to content

Commit 11b40d9

Browse files
Merge pull request #2 from vincentauger/main
Disable logging of deprecation warnings
2 parents 1bf70bc + 91c207f commit 11b40d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
'deprecations' => [
35-
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'single'),
35+
'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
3636
'trace' => env('LOG_DEPRECATIONS_TRACE', false),
3737
],
3838

0 commit comments

Comments
 (0)