File tree 1 file changed +3
-3
lines changed 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.
60
60
<monolog:excluded-404>^/</monolog:excluded-404>
61
61
-->
62
62
<monolog : handler
63
- name =" mail "
63
+ name =" main "
64
64
type =" fingers_crossed"
65
65
action-level =" critical"
66
66
handler =" deduplicated"
@@ -96,7 +96,7 @@ it is broken down.
96
96
// app/config/config_prod.php
97
97
$container->loadFromExtension('monolog', array(
98
98
'handlers' => array(
99
- 'mail ' => array(
99
+ 'main ' => array(
100
100
'type' => 'fingers_crossed',
101
101
// 500 errors are logged at the critical level
102
102
'action_level' => 'critical',
@@ -125,7 +125,7 @@ it is broken down.
125
125
),
126
126
));
127
127
128
- The ``mail `` handler is a ``fingers_crossed `` handler which means that
128
+ The ``main `` handler is a ``fingers_crossed `` handler which means that
129
129
it is only triggered when the action level, in this case ``critical `` is reached.
130
130
The ``critical `` level is only triggered for 5xx HTTP code errors. If this level
131
131
is reached once, the ``fingers_crossed `` handler will log all messages
You can’t perform that action at this time.
0 commit comments