Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions logging/processors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ If you use several handlers, you can also register a processor at the
handler level or at the channel level instead of registering it globally
(see the following sections).

.. versionadded:: 3.4
The :class:``Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor`` class was added in Symfony 3.4.
This processor adds the current security token to the log entry (username, authenticated status and roles).

Registering Processors per Handler
----------------------------------

Expand Down