Skip to content

Commit f83d200

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Serializer] Fix deserialization_path missing using contructor [HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined fix detecting the server version with Doctrine DBAL 4 [Serializer] Fix constructor deserialization path [Serializer] Fix XML attributes not added on empty
2 parents e88be13 + 14597ec commit f83d200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/debug_prod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
param('debug.error_handler.throw_at'),
2828
param('kernel.debug'),
2929
param('kernel.debug'),
30-
service('logger')->nullOnInvalid(),
30+
null, // Deprecation logger if different from the one above
3131
])
3232
->tag('monolog.logger', ['channel' => 'php'])
3333

0 commit comments

Comments
 (0)