Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1E7C17421 for ; Mon, 20 Oct 2014 02:41:34 +0000 (UTC) Received: (qmail 88295 invoked by uid 500); 20 Oct 2014 02:41:34 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 88261 invoked by uid 500); 20 Oct 2014 02:41:34 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 88247 invoked by uid 500); 20 Oct 2014 02:41:34 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 88244 invoked by uid 99); 20 Oct 2014 02:41:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 02:41:34 +0000 Date: Mon, 20 Oct 2014 02:41:34 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CRUNCH-476) Logging API Consistency 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/CRUNCH-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Whitacre reassigned CRUNCH-476: ------------------------------------- Assignee: Micah Whitacre (was: Josh Wills) > Logging API Consistency > ----------------------- > > Key: CRUNCH-476 > URL: https://issues.apache.org/jira/browse/CRUNCH-476 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Micah Whitacre > Assignee: Micah Whitacre > > Poking around the code I noticed that HBase uses log4j while most of crunch-core, crunch-spark use commons-logging. If the variation is justified that is fine but for consumer wanting to consistently configure logging for Crunch jobs it would be nice to use a consistent API and then let them configure it one way. > Our options are possibly to converge on one implementation or move to something like slf4j and allow consumers to swap out the impl at assembly time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)