8000 5370 rewrite sentence about fingers crossed handler action level · symfony/symfony-docs@2982000 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2982000

Browse files
author
Henry Snoek
committed
5370 rewrite sentence about fingers crossed handler action level
1 parent 31e613a commit 2982000

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/logging/monolog_email.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ it is broken down.
117117
118118
The ``mail`` handler is a ``fingers_crossed`` handler which means that
119119
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.
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
123+
is then passed onto the ``buffered`` handler.
123124

124125
.. tip::
125126

0 commit comments

Comments
 (0)
0