If you need to find the url that serves a particular requests, i.e.: 400, you can try running this on the varnish server: varnishlog -i RxURL,TxStatus | tee /tmp/varnish.log It gives significantly less output and shows the URL and status code for each request. For…