Print complete response body along with response code for BadResponse… #894
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Print complete response body along with response code for
BadResponseCodeError
.When a
BadResponseCodeError
happens, the response body tells the user more about the issue and can indicate how to fix it. For example, when a template is applied from Logstash to Elasticsearch, aBadResponseCodeError
does not explain much but the body can tell where the template has an issue.A more elaborate approach would be to print this only for a certain log level but it is not a log line. The caller is calling
message
method so there is a need of passing parameters to indicate required verbosity.Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/