AlinsRan commented on code in PR #12967:
URL: https://github.com/apache/apisix/pull/12967#discussion_r2766927001


##########
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:
   The type(ctx) seems to have no useful information.



-- 
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