8000 Merge branch '4.4' into 5.1 · githubfromgui/symfony-docs@cd4fba1 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd4fba1

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Remove wrong "method" tag
2 parents f5792a7 + fbdd52f commit cd4fba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ information:
103103
104104
$container
105105
->register(SessionRequestProcessor::class)
106-
->addTag('monolog.processor', ['method' => 'processRecord']);
106+
->addTag('monolog.processor');
107107
108108
Finally, set the formatter to be used on whatever handler you want:
109109

0 commit comments

Comments
 (0)
0