Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 2F4129A97 for ; Tue, 4 Oct 2011 01:15:18 +0000 (UTC) Received: (qmail 9060 invoked by uid 500); 4 Oct 2011 01:15:17 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 9033 invoked by uid 500); 4 Oct 2011 01:15:17 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 9026 invoked by uid 99); 4 Oct 2011 01:15:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:15:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:15:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 67F23238888F; Tue, 4 Oct 2011 01:14:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1178665 - in /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common: CHANGES.txt src/main/packages/templates/conf/log4j.properties Date: Tue, 04 Oct 2011 01:14:54 -0000 To: common-commits@hadoop.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111004011454.67F23238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eyang Date: Tue Oct 4 01:14:53 2011 New Revision: 1178665 URL: http://svn.apache.org/viewvc?rev=1178665&view=rev Log: HADOOP-7715. Removed unnecessary security logger configuration. (Eric Yang) Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1178665&r1=1178664&r2=1178665&view=diff ============================================================================== --- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt (original) +++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Tue Oct 4 01:14:53 2011 @@ -616,6 +616,8 @@ Release 0.23.0 - Unreleased HADOOP-7684. Added init.d script for jobhistory server and secondary namenode. (Eric Yang) + HADOOP-7715. Removed unnecessary security logger configuration. (Eric Yang) + Release 0.22.0 - Unreleased INCOMPATIBLE CHANGES Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties?rev=1178665&r1=1178664&r2=1178665&view=diff ============================================================================== --- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties (original) +++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/log4j.properties Tue Oct 4 01:14:53 2011 @@ -96,7 +96,6 @@ log4j.appender.DRFAS.layout.ConversionPa #new logger # Define some default values that can be overridden by system properties hadoop.security.logger=INFO,console -log4j.category.SecurityLogger=${hadoop.security.logger} # hdfs audit logging