File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ allows you to log the messages in several ways easily.
59
59
path : /var/log/symfony.log
60
60
level : error
61
61
main :
62
- type : fingerscrossed
62
+ type : fingers_crossed
63
63
action_level : warning
64
64
handler : file
65
65
file :
@@ -83,7 +83,7 @@ allows you to log the messages in several ways easily.
83
83
/>
84
84
<monolog : handler
85
85
name =" main"
86
- type =" fingerscrossed "
86
+ type =" fingers_crossed "
87
87
action-level =" warning"
88
88
handler =" file"
89
89
/>
@@ -101,7 +101,7 @@ in the order where they are defined.
101
101
.. tip ::
102
102
103
103
The handler named "file" will not be included in the stack itself as
104
- it is used as a nested handler of the fingerscrossed handler.
104
+ it is used as a nested handler of the `` fingers_crossed `` handler.
105
105
106
106
.. note ::
107
107
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ it is broken down.
39
39
<monolog : config >
40
40
<monolog : handler
41
41
name =" mail"
42
- type =" fingerscrossed "
42
+ type =" fingers_crossed "
43
43
action-level =" critical"
44
44
handler =" buffered"
45
45
/>
@@ -58,7 +58,7 @@ it is broken down.
58
58
</monolog : config >
59
59
</container >
60
60
61
- The ``mail `` handler is a ``fingerscrossed `` handler which means that
61
+ The ``mail `` handler is a ``fingers_crossed `` handler which means that
62
62
it is only triggered when the action level, in this case ``critical `` is reached.
63
63
It then logs everything including messages below the action level. The
64
64
``critical `` level is only triggered for 5xx HTTP code errors. The ``handler ``
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Configuration Reference
19
19
bubble : false
20
20
formatter : my_formatter
21
21
main :
22
- type : fingerscrossed
22
+ type : fingers_crossed
23
23
action_level : WARNING
24
24
buffer_size : 30
25
25
handler : custom
@@ -70,7 +70,7 @@ Configuration Reference
70
70
/>
71
71
<monolog : handler
72
72
name =" main"
73
- type =" fingerscrossed "
73
+ type =" fingers_crossed "
74
74
action-level =" warning"
75
75
handler =" custom"
76
76
/>
You can’t perform that action at this time.
0 commit comments