File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,10 @@ it is broken down.
117
117
118
118
The ``mail `` handler is a ``fingers_crossed `` handler which means that
119
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.
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.
123
124
124
125
.. tip ::
125
126
You can’t perform that action at this time.
0 commit comments