changeset 7921:2245324a507a

Fixed debug logging.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 02 Sep 2021 12:25:37 +0300
parents 2b2607d13fe9
children e9f402bfe37e
files src/http/v2/ngx_http_v2.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);