8000
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.
2 parents 89479f6 + ebebe1d commit 664f5adCopy full SHA for 664f5ad
cookbook/logging/monolog_email.rst
@@ -117,9 +117,10 @@ it is broken down.
117
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
-It then logs everything including messages below the action level. The
121
-``critical`` level is only triggered for 5xx HTTP code errors. The ``handler``
122
-setting means that the output is then passed onto the ``buffered`` handler.
+The ``critical`` level is only triggered for 5xx HTTP code errors. If this level
+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::
126
0 commit comments