From cb3a2168059241ca3e44e13fa67a83c69b84bb0e Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Mon, 9 Sep 2024 20:26:18 +0200 Subject: [PATCH] Don't log poolname --- lib/resty/http_connect.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/resty/http_connect.lua b/lib/resty/http_connect.lua index 83b6d2f..c1a7cc3 100644 --- a/lib/resty/http_connect.lua +++ b/lib/resty/http_connect.lua @@ -4,7 +4,6 @@ local ngx_re_sub = ngx.re.sub local ngx_re_find = ngx.re.find local ngx_log = ngx.log local ngx_WARN = ngx.WARN -local ngx_DEBUG = ngx.DEBUG local to_hex = require("resty.string").to_hex local ffi_gc = ffi.gc local ffi_cast = ffi.cast @@ -250,8 +249,6 @@ local function connect(self, options) -- with a plain http request the authorization is part of the actual request. end - ngx_log(ngx_DEBUG, "poolname: ", poolname) - -- do TCP level connection local tcp_opts = { pool = poolname, pool_size = pool_size, backlog = backlog } if proxy then