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

2015-11-04 Thread Aleksey Yeschenko (JIRA)

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

Aleksey Yeschenko commented on CASSANDRA-9937:
--

Committed as 
[dc73c0b31feb399750c5a6823854714ee711152e|https://github.com/apache/cassandra/commit/dc73c0b31feb399750c5a6823854714ee711152e]
 to 2.1, and merged with 2.2, 3.0, and trunk. Thanks.

> 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.2.4, 2.1.12, 3.0.0
>
> 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}
>  class="ch.qos.logback.core.ConsoleAppender">
> {noformat}
> should be
> {noformat}
>   
> System.err
> {noformat}
> As a result output goes to {{System.out}}
> Attaching a patch



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


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

2015-08-10 Thread Jeremiah Jordan (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14680158#comment-14680158
 ] 

Jeremiah Jordan commented on CASSANDRA-9937:


+1

 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
 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
 targetSystem.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)