You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2015/11/04 13:28:27 UTC

[jira] [Updated] (CASSANDRA-9937) logback-tools.xml is incorrectly configured for outputing to System.err

     [ https://issues.apache.org/jira/browse/CASSANDRA-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Yeschenko updated CASSANDRA-9937:
-----------------------------------------
    Priority: Minor  (was: Major)

> logback-tools.xml is incorrectly configured for outputing to System.err
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-9937
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9937
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Minor
>             Fix For: 2.1.x
>
>         Attachments: 9937.txt
>
>
> {{logback-tools.xml}} is configured incorrectly in that it doesn't send output to {{System.err}} as it appears to want to do.
> {noformat}
> <appender name="STDERR" target="System.err"  class="ch.qos.logback.core.ConsoleAppender">
> {noformat}
> should be
> {noformat}
>   <appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender">
>     <target>System.err</target>
> {noformat}
> As a result output goes to {{System.out}}
> Attaching a patch



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)