[nginx] Fixed debug logging.

Roman Arutyunyan arut at nginx.com
Fri Sep 3 14:26:23 UTC 2021


details:   https://hg.nginx.org/nginx/rev/2245324a507a
branches:  
changeset: 7921:2245324a507a
user:      Roman Arutyunyan <arut at nginx.com>
date:      Thu Sep 02 12:25:37 2021 +0300
description:
Fixed debug logging.

diffstat:

 src/http/v2/ngx_http_v2.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 2b2607d13fe9 -r 2245324a507a src/http/v2/ngx_http_v2.c
--- a/src/http/v2/ngx_http_v2.c	Fri Sep 03 17:19:33 2021 +0300
+++ b/src/http/v2/ngx_http_v2.c	Thu Sep 02 12:25:37 2021 +0300
@@ -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);
 


More information about the nginx-devel mailing list