Commit 8789be6
authored
Reduce log severity for searchcache cache misses (#4545)
The searchcache service returns a 422 Unprocessable Entity status when
one or more requested test runs are not in its in-memory index. This is
a cache-miss scenario, not a critical error.
This change reduces the log severity for these specific 422 responses
from ERROR to WARNING to avoid unnecessary noise in the error logs.1 parent 1eb13f5 commit 8789be6
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
| |||
0 commit comments