-
Notifications
You must be signed in to change notification settings - Fork 8
Add input validation to support dynamic changes to gorouter log level #73
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
Conversation
ameowlia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love all the extra validation!
Can you add tests here for all of the new error cases?
Done. Added more test cases to the cf_debug_server_test.go. All of them passed. Ran 36 of 36 Specs in 0.022 seconds |
Summary
The changes here are to support the dynamic changing of gorouter logging level at runtime. There is also an associated PR in routing-release repo cloudfoundry/routing-release#495
Backward Compatibility
Breaking Change? No