[
https://issues.apache.org/jira/browse/KAFKA-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ewen Cheslack-Postava resolved KAFKA-2469.
------------------------------------------
Resolution: Fixed
Fix Version/s: 0.8.3
Minor fix in 9c936b186d390f59f1d4ad8cc2995f800036a3d6 removed output from the
debug log.
> 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
> Fix For: 0.8.3
>
>
> 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)