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


##########
apisix/plugins/limit-conn/util.lua:
##########
@@ -102,6 +102,11 @@ function _M.incoming(self, red, key, commit)
         conn = res[2]
 
         if allowed == 0 then
+            core.log.warn("limit-conn: connection limit (", max, ") reached; 
note that ",

Review Comment:
   I think this is expected and logs should not be printed.
   The `limit-req` did not  print the log.



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