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 message output to ResolvError debug #36

Merged
merged 2 commits into from
Apr 4, 2018

Conversation

PhaedrusTheGreek
Copy link
Contributor

ResolvError is just a straight subclass of StandardError that will get useful messages (e.g. here)

@tomsommer
Copy link

Maybe the same for Timeout?

@PhaedrusTheGreek
Copy link
Contributor Author

@tomsommer , looking through resolv.rb, ResolveTimeout doesn't contain any messages yet, and is already pretty specific - the request timed out (making connection or reading). As opposed to the ResolvError that is more generic, and sometimes contains a message. I would say that at least for now it's not required.

Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

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

LGTM.
@PhaedrusTheGreek if you could add a commit with a version bump to 3.0.9 in the .gemspec and a new entry in the changelog including this pr number (36), I'd merged and publish immediately

Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

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

LGTM

@jsvd jsvd merged commit 752c901 into logstash-plugins:master Apr 4, 2018
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