-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix for kafka logger #6430
Conversation
The arguments are passed as slice (v) instead of a argument list (v...) which results in a wrong output in the log
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? |
Just saw the same (but not complete) fix in #6371 |
Do you mind rebasing your branch after #6371 is merged, so both of your changes could be merged? |
This PR also includes the changes from #6371 |
Yes, sorry I've seen it after sending my comment. |
jenkins test it |
Yes from master 2 hours ago. |
Thanks for fixing the log messages! |
* 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
@kvch This seems to be in 6.2. Does it still need to be backported? |
The arguments are passed as slice (v) instead of a argument list (v...) which results in a wrong output in the log