Does nginx have an option to ignore health checks or buckets from load balancer against nodes? There are thousands of entries like
93.190.2.176 - - [24/Jul/2012:08:56:59 +0200] "-" 400 0 "-" "-"
in my access.log which are useless to me.
Thanks for a tip
You can turn off
access_log
in your globalserver
config file and turn it on only in selected locations.If you can configure your health check to pull a particular url then you can turn off access logging for it specifically