-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add request latency log escalation #31
Conversation
This adds the ability to specify a duration and a log level within the config. If a given request takes longer than the specified duration, it will be logged at this new level.
Hi @jlsherrill thank you for your PR! Could you add test coverage and the description of the new settings to |
236926e
to
31b3c52
Compare
added! |
Great! |
added, let me know if you want me to break that test up into two |
That would be nice. |
test is now split |
oh and hi from Cary ! |
Hello from Raleigh and thank you for your contribution! |
This adds the ability to specify a duration and a log level within the config. If a given request takes longer than the specified duration, it will be logged at this new level.