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 CD05611A9F for ; Thu, 12 Jun 2014 03:52:02 +0000 (UTC) Received: (qmail 2412 invoked by uid 500); 12 Jun 2014 03:52:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2360 invoked by uid 500); 12 Jun 2014 03:52:01 -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 2350 invoked by uid 99); 12 Jun 2014 03:52:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 03:52:01 +0000 Date: Thu, 12 Jun 2014 03:52:01 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11334) Migrate to SLF4J as logging interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14028796#comment-14028796 ] Andrew Purtell commented on HBASE-11334: ---------------------------------------- Well we want to use log4j2's async back end, but they provide a bridge module for SLF4J so certainly the logger API we use in our code could be SLF4J, or commons logging -> SLF4J -> Log4J2 > Migrate to SLF4J as logging interface > ------------------------------------- > > Key: HBASE-11334 > URL: https://issues.apache.org/jira/browse/HBASE-11334 > Project: HBase > Issue Type: Improvement > Reporter: jay vyas > > Migrating to new log implementations is underway as in HBASE-10092. > Next step would be to abstract them so that the hadoop community can standardize on a logging layer that is easy for end users to tune. > Simplest way to do this is use SLF4j APIs as the main interface and binding/ implementation details in the docs as necessary. -- This message was sent by Atlassian JIRA (v6.2#6252)