Filter out noisy logs - aborting with incomplete response

We get lots of logs like this.
How can we filter it out ?

{"level":"error","ts":1624459404.694838,"logger":"http.handlers.reverse_proxy","msg":"aborting with incomplete response","error":"http2: stream closed"}```

You’re seeing this issue:

https://github.com/caddyserver/caddy/issues/3896

Just use tools like grep to filter them out when reading the logs.

This topic was automatically closed after 30 days. New replies are no longer allowed.