Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AF999AA4 for ; Mon, 5 Nov 2012 08:35:14 +0000 (UTC) Received: (qmail 3877 invoked by uid 500); 5 Nov 2012 08:35:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3782 invoked by uid 500); 5 Nov 2012 08:35:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 3747 invoked by uid 99); 5 Nov 2012 08:35:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 08:35:12 +0000 Date: Mon, 5 Nov 2012 08:35:12 +0000 (UTC) From: "Y. SREENIVASULU REDDY (JIRA)" To: issues@hbase.apache.org Message-ID: <350728575.67991.1352104512545.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-7097) Log message in SecureServer.class pointing to wrong class path. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Y. SREENIVASULU REDDY created HBASE-7097: -------------------------------------------- Summary: Log message in SecureServer.class pointing to wrong class path. Key: HBASE-7097 URL: https://issues.apache.org/jira/browse/HBASE-7097 Project: HBase Issue Type: Improvement Components: security Affects Versions: 0.94.2, 0.92.2 Reporter: Y. SREENIVASULU REDDY Priority: Minor Fix For: 0.92.3, 0.94.3 log messages are printing wrongly in org.apache.hadoop.hbase.ipc.SecureServer.class {code} public static final Log LOG = LogFactory.getLog("org.apache.hadoop.ipc.SecureServer"); private static final Log AUDITLOG = LogFactory.getLog("SecurityLogger.org.apache.hadoop.ipc.SecureServer"); {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira