shreemaan-abhishek commented on code in PR #12967:
URL: https://github.com/apache/apisix/pull/12967#discussion_r2767079800


##########
apisix/plugins/limit-count/init.lua:
##########
@@ -276,6 +297,7 @@ function _M.rate_limit(conf, ctx, name, cost, dry_run)
         key = ctx.var["remote_addr"]
     end
 
+    core.log.info("key bef: ", key, ". conf: ", core.json.encode(conf), ". 
ctx: ", type(ctx))

Review Comment:
   my bad, I had added this log just for debugging. This whole log line itself 
does not serve any meaningful purpose so I have removed it. 👍🏼 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to