GitHub user dguy opened a pull request:

    https://github.com/apache/kafka/pull/3740

    MINOR: reduce logging to trace in NetworkClient when an old server API is 
being used

    logging in `NetworkClient#doSend´ at debug level is spamming the logs when 
you have a producer that is sending many requests. It makes it extremely 
difficult to debug. Reducing to trace to remove the noise from the logs

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dguy/kafka minor-network-client-logging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3740.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 #3740
    
----
commit 89a07a5bbdd11bd2e88bd98dae9bde48d3530eaf
Author: Damian Guy <[email protected]>
Date:   2017-08-25T11:25:36Z

    reduce logging to trace in NetworkClient when an old server API is being 
used

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to