From: Dmitry Volyntsev Date: Fri, 30 Mar 2018 17:11:10 +0000 (+0300) Subject: Removed excessive debug log for HTTP req.send(). X-Git-Tag: 0.2.0~5 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=b4211e871c95b0430cf216e5b184cd4e55d3f97f;p=njs.git Removed excessive debug log for HTTP req.send(). --- diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index ed43fda3..f690a489 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -1202,9 +1202,6 @@ ngx_http_js_ext_send(njs_vm_t *vm, njs_value_t *args, nxt_uint_t nargs, /* 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;