File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ it is broken down.
6060 <monolog:excluded-404>^/</monolog:excluded-404>
6161 -->
6262 <monolog : handler
63- name =" mail "
63+ name =" main "
6464 type =" fingers_crossed"
6565 action-level =" critical"
6666 handler =" deduplicated"
@@ -96,7 +96,7 @@ it is broken down.
9696 // app/config/config_prod.php
9797 $container->loadFromExtension('monolog', array(
9898 'handlers' => array(
99- 'mail ' => array(
99+ 'main ' => array(
100100 'type' => 'fingers_crossed',
101101 // 500 errors are logged at the critical level
102102 'action_level' => 'critical',
@@ -125,7 +125,7 @@ it is broken down.
125125 ),
126126 ));
127127
128- The ``mail `` handler is a ``fingers_crossed `` handler which means that
128+ The ``main `` handler is a ``fingers_crossed `` handler which means that
129129it is only triggered when the action level, in this case ``critical `` is reached.
130130The ``critical `` level is only triggered for 5xx HTTP code errors. If this level
131131is reached once, the ``fingers_crossed `` handler will log all messages
You can’t perform that action at this time.
0 commit comments