We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7f19b26 commit663f2eaCopy full SHA for 663f2ea
logging/processors.rst
@@ -165,7 +165,7 @@ handler level or at the channel level instead of registering it globally
165
The autoconfiguration of Monolog processors was introduced in Symfony 4.2.
166
167
If you're using the:ref:`default services.yaml configuration<service-container-services-load-example>`,
168
- processors implementing:class:`Symfony\\Bridge\\Monolog\\Processor\\ProcessorInterface`
+ processors implementing:class:`Monolog\\Processor\\ProcessorInterface`
169
are automatically registered as services and tagged with ``monolog.processor``,
170
so you can use them without adding any configuration. The same applies to the
171
built-in:class:`Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor` and