You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Paolo Patierno (JIRA)" <ji...@apache.org> on 2017/06/20 12:26:00 UTC

[jira] [Created] (KAFKA-5481) ListOffsetResponse isn't logged in the right way with trace level enabled

Paolo Patierno created KAFKA-5481:
-------------------------------------

             Summary: ListOffsetResponse isn't logged in the right way with trace level enabled
                 Key: KAFKA-5481
                 URL: https://issues.apache.org/jira/browse/KAFKA-5481
             Project: Kafka
          Issue Type: Bug
          Components: clients
            Reporter: Paolo Patierno
            Assignee: Paolo Patierno


Hi,
when trace level is enabled, the ListOffsetResponse isn't logged well but just the class name is showed in the log  :

{code}
[2017-06-20 14:18:50,724] TRACE Received ListOffsetResponse org.apache.kafka.common.requests.ListOffsetResponse@7ed5ecd9 from broker new-host:9092 (id: 0 rack: null) (org.apache.kafka.clients.consumer.internals.Fetcher:674)
{code}

The class doesn't provide a toString() for such a thing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)