[njs] Removed excessive debug log for HTTP req.send().

Dmitry Volyntsev xeioex at nginx.com
Fri Mar 30 17:11:22 UTC 2018


details:   http://hg.nginx.org/njs/rev/7a7160de8098
branches:  
changeset: 478:7a7160de8098
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Fri Mar 30 20:11:10 2018 +0300
description:
Removed excessive debug log for HTTP req.send().

diffstat:

 nginx/ngx_http_js_module.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r d3747fbfce39 -r 7a7160de8098 nginx/ngx_http_js_module.c
--- a/nginx/ngx_http_js_module.c	Fri Mar 30 18:50:38 2018 +0300
+++ b/nginx/ngx_http_js_module.c	Fri Mar 30 20:11:10 2018 +0300
@@ -1202,9 +1202,6 @@ ngx_http_js_ext_send(njs_vm_t *vm, njs_v
 
             /* TODO: njs_value_release(vm, value) in buf completion */
 
-            ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                           "http js send: \"%*s\"", s.length, s.start);
-
             b = ngx_calloc_buf(r->pool);
             if (b == NULL) {
                 return NJS_ERROR;


More information about the nginx-devel mailing list