We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2982000 commit ebebe1dCopy full SHA for ebebe1d
cookbook/logging/monolog_email.rst
@@ -118,8 +118,8 @@ it is broken down.
118
The ``mail`` handler is a ``fingers_crossed`` handler which means that
119
it is only triggered when the action level, in this case ``critical`` is reached.
120
The ``critical`` level is only triggered for 5xx HTTP code errors. If this level
121
-is reached once, the ``fingers_crossed`` handler will log everything, including
122
-messages below the ``critical`` level. The ``handler`` setting means that the output
+is reached once, the ``fingers_crossed`` handler will log all messages
+regardless of their level. The ``handler`` setting means that the output
123
is then passed onto the ``buffered`` handler.
124
125
.. tip::
0 commit comments