lua-resty-http icon indicating copy to clipboard operation
lua-resty-http copied to clipboard

Don't log poolname

Open piotrp opened this issue 1 year ago • 0 comments

Remove unconditional logging of poolname (added in #307). It's polluting logs, and OpenResty doesn't have fine-grained log filtering.

If you want to keep this - how about logging it when an undocumented _debug flag is set? It would be set to the value of the internal DEBUG variable from http.lua.

piotrp avatar Sep 09 '24 18:09 piotrp