From: Roman Arutyunyan Date: Thu, 2 Sep 2021 09:25:37 +0000 (+0300) Subject: Fixed debug logging. X-Git-Tag: release-1.21.3~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=16557ff8b611748e463ff951d6931fb60d9b78f1;p=nginx.git Fixed debug logging. --- diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c index 79c4f17c2..3d3afaf2d 100644 --- a/src/http/v2/ngx_http_v2.c +++ b/src/http/v2/ngx_http_v2.c @@ -4214,8 +4214,8 @@ ngx_http_v2_process_request_body(ngx_http_request_t *r, u_char *pos, /* update chains */ - ngx_log_error(NGX_LOG_DEBUG, fc->log, 0, - "http2 body update chains"); + ngx_log_debug0(NGX_LOG_DEBUG_HTTP, fc->log, 0, + "http2 body update chains"); rc = ngx_http_v2_filter_request_body(r);