Commit 343e46f
committed
Don't log client connection issues as Errors
ERROR panic detected: write tcp 10.1.4.25:3000->35.191.75.48:57722: i/o timeout
This looks scary in the logs but seems to be just a client connection issue:
Rekor has not failed here, the client connection has just been lost.
Make sure the middleware recoverer does not log client connection issues
as errors.
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>1 parent 3635ab2 commit 343e46f
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
397 | 400 | | |
398 | 401 | | |
399 | 402 | | |
400 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
401 | 419 | | |
402 | 420 | | |
403 | 421 | | |
| |||
0 commit comments