logging - Suppress nginx access denied error log -


i have rules setup in nginx deny access ips. works great, each request denied ip, error starts following gets logged:

[error] 7325#0: *5761 access forbidden rule, client... 

is there way suppress these "errors" being logged?

you can set error_log less strict level, can lost important alerts in case.

core functionality - error_log

error_log filename crit; 

Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -