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

Fix for kafka logger #6430

Merged
merged 2 commits into from
Feb 21, 2018
Merged

Fix for kafka logger #6430

merged 2 commits into from
Feb 21, 2018

Conversation

mrauter
Copy link
Contributor

@mrauter mrauter commented Feb 21, 2018

The arguments are passed as slice (v) instead of a argument list (v...) which results in a wrong output in the log

The arguments are passed as slice (v) instead of a argument list (v...) which results in a wrong output in the log
@anx-mr anx-mr mentioned this pull request Feb 21, 2018
@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@mrauter
Copy link
Contributor Author

mrauter commented Feb 21, 2018

Just saw the same (but not complete) fix in #6371

@kvch
Copy link
Contributor

kvch commented Feb 21, 2018

Do you mind rebasing your branch after #6371 is merged, so both of your changes could be merged?

@mrauter
Copy link
Contributor Author

mrauter commented Feb 21, 2018

This PR also includes the changes from #6371

@kvch
Copy link
Contributor

kvch commented Feb 21, 2018

Yes, sorry I've seen it after sending my comment.
Is your branch rebased on master? The Travis failures should be resolved on master now.

@kvch
Copy link
Contributor

kvch commented Feb 21, 2018

jenkins test it

@mrauter
Copy link
Contributor Author

mrauter commented Feb 21, 2018

Yes from master 2 hours ago.

@urso urso added the needs_backport PR is waiting to be backported to other branches. label Feb 21, 2018
@urso
Copy link

urso commented Feb 21, 2018

Thanks for fixing the log messages!

@urso urso merged commit 4b83474 into elastic:master Feb 21, 2018
@mrauter mrauter deleted the patch-1 branch February 22, 2018 07:44
adriansr pushed a commit to adriansr/beats that referenced this pull request May 17, 2018
* Fix for kafka logger

The arguments are passed as slice (v) instead of a argument list (v...) which results in a wrong output in the log

* Add pull request to CHANGELOG
@ruflin
Copy link
Contributor

ruflin commented Jun 14, 2018

@kvch This seems to be in 6.2. Does it still need to be backported?

@urso urso removed the needs_backport PR is waiting to be backported to other branches. label Jun 18, 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.

5 participants