Applenice opened a new pull request #4662:
URL: https://github.com/apache/apisix/pull/4662


   ### What this PR does / why we need it:
   fix: https://github.com/apache/apisix/issues/3753
   
   But one question.
   When the rate is exceeded, the error log will generate error messages at the 
same time. For example
   ```
   [error] 29604#29604: *620 limiting requests, excess: 10.580 by zone 
"proxy_mirror_limit", client: 127.0.0.1, server: _, request: "GET /hello 
HTTP/1.1", subrequest: "/proxy_mirror", host: "127.0.0.1:9080"
   ```
   Does this need to be modified to ignore the error? If it lasts for a long 
time and there are a lot of requests, the disk space occupied by the error log 
will grow very fast.
   
   ### Pre-submission checklist:
   
   * [X] Did you explain what problem does this PR solve? Or what new features 
have been added?
   * [ ] Have you added corresponding test cases?
   * [X] Have you modified the corresponding document?
   * [ ] Is this PR backward compatible? **If it is not backward compatible, 
please discuss on the [mailing 
list](https://github.com/apache/apisix/tree/master#community) first**
   


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