Comment 1 for bug 1349688

Revision history for this message
Samuel Merritt (torgomatic) wrote :

I'd like to see the full pipeline, not the abbreviated one, if possible. If there are sensitive filter names in there, of course, redact them.

The typical pipeline starts with "catch_errors gatekeeper proxy_logging", then has a big pile of middleware names, then finishes with "proxy_logging proxy_server". The key thing is that proxy_logging is in there twice. If your middleware isn't between the two, I don't think any requests that it makes will be logged.

The goal is that each request does, in fact, get logged... so for example SLO, there'd be one logged GET that the client made, plus one logged GET for each segment or submanifest.

I'm not sure where the 499 is coming from, but if your middleware is actually making a second request, then there should definitely be two log lines.