We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5857 commit ff81726Copy full SHA for ff81726
logging/processors.rst
@@ -162,6 +162,10 @@ If you use several handlers, you can also register a processor at the
162
handler level or at the channel level instead of registering it globally
163
(see the following sections).
164
165
+.. versionadded:: 3.4
166
+ The :class:``Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor`` class was added in Symfony 3.4.
167
+ This processor adds the current security token to the log entry (username, authenticated status and roles).
168
+
169
Registering Processors per Handler
170
----------------------------------
171
0 commit comments