-
|
Hi I am seeing lots of the following error in my Traefik log: My main question is: are those errors benign or do they point to a misconfiguration of my setup? Setup Overview: Thank you for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Those errors usually come from the client hanging up, which makes traefik cancel the request context, which then bubbles up in the form of an error being returned, causing it to be logged to the traefik logging endpoint. I'd suggest ignoring them unless they directly correlate with observable user issues. You may want to contact the traefik team for help with configuring the logging stack to automatically filter those log lines. |
Beta Was this translation helpful? Give feedback.
Those errors usually come from the client hanging up, which makes traefik cancel the request context, which then bubbles up in the form of an error being returned, causing it to be logged to the traefik logging endpoint. I'd suggest ignoring them unless they directly correlate with observable user issues. You may want to contact the traefik team for help with configuring the logging stack to automatically filter those log lines.