Skip to content

Commit 4853bd6

Browse files
Merge branch '5.4' into 6.0
* 5.4: [HttpClient] fix [HttpClient] Handle requests with null body [WebProfilerBundle] Log section minor fixes (missing "notice" filter, log priority, accessibility) Fix link not present
2 parents 8df9a0c + f5e3e4f commit 4853bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DataCollector/LoggerDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function getFilters()
133133
'priority' => [
134134
'Debug' => 100,
135135
'Info' => 200,
136+
'Notice' => 250,
136137
'Warning' => 300,
137138
'Error' => 400,
138139
'Critical' => 500,

0 commit comments

Comments
 (0)