Closed

Description
http://symfony.com/doc/current/cookbook/logging/monolog_email.html
The mail handler is a fingers_crossed handler which means that it is only triggered when the action level, in this case critical is reached. It then logs everything including messages below the action level. The critical level is only triggered for 5xx HTTP code errors.
Is it below the action level
or above the action level
?