Skip to content

Commit

Permalink
🩹 Delete some meaningless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Dec 25, 2020
1 parent 0268368 commit bd279e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ngx_http_waf_module_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static ngx_int_t ngx_http_waf_handler_check_cc(ngx_http_request_t* r, ngx_int_t*
}
if (srv_conf->waf_cc_deny_limit == NGX_CONF_UNSET
|| srv_conf->waf_cc_deny_duration == NGX_CONF_UNSET) {
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "ngx_waf: CC-DENY-CONF-INVALID");
// ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "ngx_waf: CC-DENY-CONF-INVALID");
return NOT_MATCHED;
}

Expand Down

0 comments on commit bd279e7

Please sign in to comment.