Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1199090 commit 4bc6567Copy full SHA for 4bc6567
src/Symfony/Bundle/FrameworkBundle/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