<div dir="ltr">Hi,<div><br></div><div>We have logging turned on using varnishncsa.</div><div><br></div><div>/usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -f /etc/sysconfig/varnishncsa</div><div><br></div><div>Here is what's defined in varnishncsa</div><div><br></div><div>%{X-Forwarded-For}i %l %u %t %D \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" \"%{Host}i\" %{Varnish:hitmiss}x</div><div><br></div><div>However, this would log EVERY request that goes through varnish.</div><div><br></div><div>We have a monitoring server that hits it aggressively ( and also static files ).</div><div><br></div><div>x.x.x.x - - [07/Nov/2019:00:22:53 -0600] 2080 "GET <a href="http://localhost/index.php">http://localhost/index.php</a> HTTP/1.0" 200 8 "-" "HTTP-Monitor/1.1" "-" miss<br>x.x.x.x - - [07/Nov/2019:00:22:58 -0600] 2472 "GET <a href="http://localhost/index.php">http://localhost/index.php</a> HTTP/1.0" 200 8 "-" "HTTP-Monitor/1.1" "-" miss<br>x.x.x.x - - [07/Nov/2019:00:22:59 -0600] 1919 "GET <a href="http://localhost/index.php">http://localhost/index.php</a> HTTP/1.0" 200 8 "-" "HTTP-Monitor/1.1" "-" miss</div><div><br></div><div>Is there a way in which I can exclude these from varnish logs ?</div><div><br></div><div>In apache I would just do</div><div><br></div><div><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"> SetEnvIf Request_URI "\.(jpeg|jpg|xml|png|gif|ico|js|css|swf|woff|ttf|eot\?|js?.|css?.)$" DontLog</span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"> SetEnvIfNoCase User-Agent "(HTTP-Monitor)" DontLog</span><br style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"><span style="color:rgb(38,50,56);font-family:Roboto,sans-serif;font-size:13px"> CustomLog /var/www/logs/access_80_log combined env=!DontLog</span><br clear="all"><div><br></div><div>This would otherwise just keep filling up the logs.</div><div><br></div><div>Let me know.</div><div><br></div><div>Thanks.</div></div></div>