# HG changeset patch # User Roman Arutyunyan # Date 1630574737 -10800 # Node ID 2245324a507abc54cf0274fd1b1e81bfac7c1c73 # Parent 2b2607d13fe9d70441282a5d90db1ffbb43bec76 Fixed debug logging. diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c --- 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_htt /* 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);