Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

services/horizon: Fix route value for rate limited requests #3658

Merged
merged 5 commits into from
Jun 7, 2021

Conversation

bartekn
Copy link
Contributor

@bartekn bartekn commented Jun 2, 2021

What

This commit fixes the value of route in the logs for rate-limited requests (previously it was set to undefined).

Close #3635.

Known limitations

This solution was found in go-chi/chi#270 (comment). Can we add this to our repo @ire-and-curses?

@bartekn bartekn merged commit e5d27ac into stellar:master Jun 7, 2021
@bartekn bartekn deleted the fix-route-rate-limit branch June 7, 2021 17:23
bartekn added a commit that referenced this pull request Jun 7, 2021
This commit fixes the value of `route` in the logs for rate-limited requests
(previously it was set to `undefined`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

high number of route=undefined in logs for rate-limited requests
2 participants