GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/4318
MINOR: fix warn logging in RecordCollectorImpl
Fix warn log message in RecordCollectorImpl so it prints the exception
message rather than `{}`
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka minor-logging-record-collector
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4318.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4318
----
commit 7b793d55b3d49f28580e7003fe76f7c2e70f67c8
Author: Damian Guy <[email protected]>
Date: 2017-12-12T14:59:44Z
fix logging
----
---