Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-9937

logback-tools.xml is incorrectly configured for outputing to System.err

    XMLWordPrintableJSON

Details

    • Low

    Description

      logback-tools.xml is configured incorrectly in that it doesn't send output to System.err as it appears to want to do.

      <appender name="STDERR" target="System.err"  class="ch.qos.logback.core.ConsoleAppender">
      

      should be

        <appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender">
          <target>System.err</target>
      

      As a result output goes to System.out

      Attaching a patch

      Attachments

        1. 9937.txt
          0.8 kB
          Mike Adamson

        Activity

          People

            mike_tr_adamson Mike Adamson
            mike_tr_adamson Mike Adamson
            Mike Adamson
            Jeremiah Jordan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: