Ewen Cheslack-Postava created KAFKA-2469: --------------------------------------------
Summary: System test console consumer logs should write all messages to debug logger Key: KAFKA-2469 URL: https://issues.apache.org/jira/browse/KAFKA-2469 Project: Kafka Issue Type: Bug Components: system tests Reporter: Ewen Cheslack-Postava Assignee: Geoff Anderson Priority: Minor Currently every message read back from the ConsoleConsumer services is logged to the debug logger like this: [DEBUG - 2015-08-25 07:21:12,466 - console_consumer - _worker - lineno:177]: consumed a message: 772367 This results in huge log files that are pretty difficult to work with (hundreds of megs), and isn't required for the tests. VerifiableProducer removed its logging for this same reason, preferring to save it to a log file that could optionally be collected if it was needed. The ConsoleConsumer service should do the same. -- This message was sent by Atlassian JIRA (v6.3.4#6332)