[
https://issues.apache.org/jira/browse/KAFKA-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955220#comment-14955220
]
Grant Henke commented on KAFKA-2633:
------------------------------------
_Duplicating my comment here_
I am happy to send a docs patch listing a potentially breaking change. It can
be a new jira or a follow up patch. We should likely enumerate the breaking
changes I listed in my PR comment somewhere as well.
Obligatory XKCD comic: https://xkcd.com/1172/
> Default logging from tools to Stderr
> ------------------------------------
>
> Key: KAFKA-2633
> URL: https://issues.apache.org/jira/browse/KAFKA-2633
> Project: Kafka
> Issue Type: Bug
> Reporter: Grant Henke
> Assignee: Grant Henke
> Fix For: 0.9.0.0
>
>
> Currently the default logging for tool is stdout, this can make parsing the
> output difficult in cases where exceptions are thrown, or even when expected
> logging messages are output. The most affected tool is the console-consumer
> but others will have this issue as well.
> Changing the output to stderr by default allows the user to redirect the
> output to a log file without effecting the tools output.
> Note: Users can change the logging settings by setting $KAFKA_LOG4J_OPTS to
> use the configuration of their choice. This Jira is to change the default to
> be more user friendly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)