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

Added predefined/reusable request predicates #68

Merged
merged 2 commits into from
Apr 17, 2016
Merged

Added predefined/reusable request predicates #68

merged 2 commits into from
Apr 17, 2016

Conversation

whiskeysierra
Copy link
Collaborator

Fixes #64

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b1f72b1 on whiskeysierra:feature/request-predicates into d1e0d64 on zalando:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b1f72b1 on whiskeysierra:feature/request-predicates into d1e0d64 on zalando:master.

@whiskeysierra whiskeysierra merged commit cfc6858 into zalando:master Apr 17, 2016
@whiskeysierra whiskeysierra deleted the feature/request-predicates branch April 17, 2016 12:17
@@ -89,14 +89,17 @@ Each phase is represented by one or more interfaces that can be used for customi

#### Conditional

Logging HTTP messages and including their bodies is a rather expensive task, so it makes a lot of sense to disable logging for certain requests. A common use case would be to ignore *health check* requests from a load balancer, or any request to management endpoints typically created by developers.
Logging HTTP messages and including their bodies is a rather expensive task, so it makes a lot of sense to disablelogging for certain requests. A common use case would be to ignore *health check* requests from a load balancer, or any request to management endpoints typically created by developers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it intentional to write "disablelogging" in one word?

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.

3 participants