Skip to content

Commit 7004324

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Remove wrong "method" tag
2 parents 1338ef8 + ffbd30e commit 7004324

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)