File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ it is broken down.
28
28
action_level : critical
29
29
# to also log 400 level errors (but not 404's):
30
30
# action_level: error
31
- # excluded_404s:
32
- # - ^/
31
+ # excluded_http_codes: [404]
33
32
handler : deduplicated
34
33
deduplicated :
35
34
type : deduplication
@@ -62,7 +61,7 @@ it is broken down.
62
61
to also log 400 level errors (but not 404's):
63
62
action-level="error"
64
63
And add this child inside this monolog:handler
65
- <monolog:excluded-404>^/</monolog:excluded- 404>
64
+ <monolog:excluded-http-code code=" 404"/ >
66
65
-->
67
66
<monolog : handler
68
67
name =" main"
@@ -107,9 +106,7 @@ it is broken down.
107
106
'action_level' => 'critical',
108
107
// to also log 400 level errors (but not 404's):
109
108
// 'action_level' => 'error',
110
- // 'excluded_404s' => [
111
- // '^/',
112
- // ],
109
+ // 'excluded_http_codes' => [404],
113
110
'handler' => 'deduplicated',
114
111
],
115
112
'deduplicated' => [
You can’t perform that action at this time.
0 commit comments