Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8747D18674 for ; Wed, 4 Nov 2015 12:27:36 +0000 (UTC) Received: (qmail 60435 invoked by uid 500); 4 Nov 2015 12:27:36 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60401 invoked by uid 500); 4 Nov 2015 12:27:36 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 60390 invoked by uid 99); 4 Nov 2015 12:27:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 12:27:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C644DFC15; Wed, 4 Nov 2015 12:27:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aleksey@apache.org To: commits@cassandra.apache.org Message-Id: <8aad3004ddae4e80bdeba494b81797e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: Fix logback-tools.xml incorrectly configured for outputing to System.err Date: Wed, 4 Nov 2015 12:27:36 +0000 (UTC) Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 068614ccc -> dc73c0b31 Fix logback-tools.xml incorrectly configured for outputing to System.err patch by Mike Adamson; reviewed by Jeremiah Jordan for CASSANDRA-9937 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc73c0b3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dc73c0b3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dc73c0b3 Branch: refs/heads/cassandra-2.1 Commit: dc73c0b31feb399750c5a6823854714ee711152e Parents: 068614c Author: Mike Adamson Authored: Wed Nov 4 12:21:54 2015 +0000 Committer: Aleksey Yeschenko Committed: Wed Nov 4 12:26:12 2015 +0000 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ conf/logback-tools.xml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/dc73c0b3/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4c24b35..fd6c8a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ 2.1.12 + * Fix logback-tools.xml incorrectly configured for outputing to System.err + (CASSANDRA-9937) * Fix streaming to catch exception so retry not fail (CASSANDRA-10557) * Add validation method to PerRowSecondaryIndex (CASSANDRA-10092) * Support encrypted and plain traffic on the same port (CASSANDRA-10559) http://git-wip-us.apache.org/repos/asf/cassandra/blob/dc73c0b3/conf/logback-tools.xml ---------------------------------------------------------------------- diff --git a/conf/logback-tools.xml b/conf/logback-tools.xml index ade6c12..e47985e 100644 --- a/conf/logback-tools.xml +++ b/conf/logback-tools.xml @@ -18,7 +18,8 @@ --> - + + System.err %-5level %date{HH:mm:ss,SSS} %msg%n