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 A55389BC8 for ; Tue, 4 Oct 2011 01:16:53 +0000 (UTC) Received: (qmail 13823 invoked by uid 500); 4 Oct 2011 01:16:53 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 13803 invoked by uid 500); 4 Oct 2011 01:16:53 -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 13796 invoked by uid 99); 4 Oct 2011 01:16:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:16:53 +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:16:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 30C6C238888F for ; Tue, 4 Oct 2011 01:16:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1178666 - in /hadoop/common/branches/branch-0.20-security-205: CHANGES.txt src/packages/templates/conf/log4j.properties Date: Tue, 04 Oct 2011 01:16:32 -0000 To: common-commits@hadoop.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111004011632.30C6C238888F@eris.apache.org> Author: eyang Date: Tue Oct 4 01:16:29 2011 New Revision: 1178666 URL: http://svn.apache.org/viewvc?rev=1178666&view=rev Log: HADOOP-7715. Removed unnecessary security logger configuration. (Eric Yang) Modified: hadoop/common/branches/branch-0.20-security-205/CHANGES.txt hadoop/common/branches/branch-0.20-security-205/src/packages/templates/conf/log4j.properties Modified: hadoop/common/branches/branch-0.20-security-205/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-205/CHANGES.txt?rev=1178666&r1=1178665&r2=1178666&view=diff ============================================================================== --- hadoop/common/branches/branch-0.20-security-205/CHANGES.txt (original) +++ hadoop/common/branches/branch-0.20-security-205/CHANGES.txt Tue Oct 4 01:16:29 2011 @@ -252,6 +252,8 @@ Release 0.20.205.0 - 2011.09.28 HADOOP-7610. Fix for hadoop debian package (Eric Yang via gkesavan) + HADOOP-7715. Removed unnecessary security logger configuration. (Eric Yang) + IMPROVEMENTS MAPREDUCE-2928. MR-2413 improvements (Eli Collins via mattf) Modified: hadoop/common/branches/branch-0.20-security-205/src/packages/templates/conf/log4j.properties URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-205/src/packages/templates/conf/log4j.properties?rev=1178666&r1=1178665&r2=1178666&view=diff ============================================================================== --- hadoop/common/branches/branch-0.20-security-205/src/packages/templates/conf/log4j.properties (original) +++ hadoop/common/branches/branch-0.20-security-205/src/packages/templates/conf/log4j.properties Tue Oct 4 01:16:29 2011 @@ -82,7 +82,6 @@ log4j.appender.TLA.layout.ConversionPatt #Security audit appender # security.audit.logger=INFO,console -log4j.category.SecurityLogger=${security.audit.logger} hadoop.security.log.file=SecurityAuth.audit log4j.appender.DRFAS=org.apache.log4j.DailyRollingFileAppender log4j.appender.DRFAS.File=${hadoop.log.dir}/${hadoop.security.log.file}