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 BBD2B10FF6 for ; Tue, 29 Oct 2013 01:57:31 +0000 (UTC) Received: (qmail 65115 invoked by uid 500); 29 Oct 2013 01:57:31 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 65010 invoked by uid 500); 29 Oct 2013 01:57:31 -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 64992 invoked by uid 500); 29 Oct 2013 01:57:30 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 64986 invoked by uid 99); 29 Oct 2013 01:57:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Oct 2013 01:57:30 +0000 Date: Tue, 29 Oct 2013 01:57:30 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-270) crunch-core includes log4j.properties 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-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13807584#comment-13807584 ] Micah Whitacre commented on CRUNCH-270: --------------------------------------- Yep looks like that information is logged using commons-logging at INFO level. Not finding anything super authoritative but looks like commons-logging defaults the log level to INFO[1]. I haven't tested yet on a real cluster to ensure there isn't a default configuration that raises the level. [1] - http://commons.apache.org/proper/commons-logging/guide.html#When_Info_Level_Instead_of_Debug > crunch-core includes log4j.properties > ------------------------------------- > > Key: CRUNCH-270 > URL: https://issues.apache.org/jira/browse/CRUNCH-270 > Project: Crunch > Issue Type: Bug > Components: Core > Reporter: Chao Shi > Assignee: Josh Wills > Attachments: CRUNCH-270.patch > > > I found crunch-core jar includes log4j.properties, which may override user's log4j configuration. > ./crunch-core/src/main/resources/log4j.properties > ./crunch-scrunch/src/main/conf/log4j.properties > I'm not sure if this was intended. -- This message was sent by Atlassian JIRA (v6.1#6144)