We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeac66 commit 14597ecCopy full SHA for 14597ec
Resources/config/debug_prod.php
@@ -26,7 +26,7 @@
26
param('debug.error_handler.throw_at'),
27
param('kernel.debug'),
28
29
- service('logger')->nullOnInvalid(),
+ null, // Deprecation logger if different from the one above
30
])
31
->tag('kernel.event_subscriber')
32
->tag('monolog.logger', ['channel' => 'php'])
0 commit comments