Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 9534 invoked from network); 14 Aug 2008 00:07:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2008 00:07:38 -0000 Received: (qmail 49419 invoked by uid 500); 14 Aug 2008 00:07:35 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 49395 invoked by uid 500); 14 Aug 2008 00:07:35 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 49384 invoked by uid 99); 14 Aug 2008 00:07:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 17:07:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 00:06:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A1A5234C1B1 for ; Wed, 13 Aug 2008 17:06:46 -0700 (PDT) Message-ID: <1087853859.1218672406171.JavaMail.jira@brutus> Date: Wed, 13 Aug 2008 17:06:46 -0700 (PDT) From: "Nigel Daley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3934) Update log4j from 1.2.13 to 1.2.15 In-Reply-To: <355224519.1218484246218.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nigel Daley updated HADOOP-3934: -------------------------------- Fix Version/s: 0.18.1 > Update log4j from 1.2.13 to 1.2.15 > ---------------------------------- > > Key: HADOOP-3934 > URL: https://issues.apache.org/jira/browse/HADOOP-3934 > Project: Hadoop Core > Issue Type: Improvement > Affects Versions: 0.18.0 > Reporter: Don Kim > Priority: Blocker > Fix For: 0.18.1 > > > Hadoop is currently using log4j version 1.2.13 and this version does not support the use of a non-default syslog port when specifying the syslog server destination. Syslogging is important to us and even more so with audit logging introduced in hadoop-0.18. The current released version of log4j is 1.2.15 which does support the use of specifying a non-default syslog port (introduced in log4j 1.2.14) as well as many other syslog enhancements and fixes (http://logging.apache.org/log4j/1.2/changes-report.html). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.