I have some rules setup in nginx to deny access by IPs. This works great, but for each request from a denied IP, an error that starts with the following gets logged:
[error] 7325#0: *5761 access forbidden by rule, client...
Is there a way to suppress these "errors" from being logged?