laurentS / slowapi

A rate limiter for Starlette and FastAPI
https://pypi.org/project/slowapi/
MIT License
1.18k stars 74 forks source link

feat: enhance log message to include the endpoint when limit is skipped #193

Open alejom99 opened 5 months ago

alejom99 commented 5 months ago

When a limit is skipped, we cannot tell the endpoint that was tied to the request. This enhances the log statement to include the endpoint.