Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 85E83200BEE for ; Sat, 31 Dec 2016 13:46:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 845B7160B28; Sat, 31 Dec 2016 12:46:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D0759160B16 for ; Sat, 31 Dec 2016 13:45:59 +0100 (CET) Received: (qmail 17956 invoked by uid 500); 31 Dec 2016 12:45:59 -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 17934 invoked by uid 99); 31 Dec 2016 12:45:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Dec 2016 12:45:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D0E512C1F54 for ; Sat, 31 Dec 2016 12:45:58 +0000 (UTC) Date: Sat, 31 Dec 2016 12:45:58 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12882) Log level for org.apache.hadoop.hbase package should be configurable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 31 Dec 2016 12:46:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-12882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15789462#comment-15789462 ] Hadoop QA commented on HBASE-12882: ----------------------------------- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 10s {color} | {color:blue} Docker mode activated. {color} | | {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s {color} | {color:green} The patch does not contain any @author tags. {color} | | {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 0s {color} | {color:green} The patch has no whitespace issues. {color} | | {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 25m 44s {color} | {color:green} Patch does not cause any errors with Hadoop 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 or 3.0.0-alpha1. {color} | | {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 12s {color} | {color:green} The patch does not generate ASF License warnings. {color} | | {color:black}{color} | {color:black} {color} | {color:black} 26m 14s {color} | {color:black} {color} | \\ \\ || Subsystem || Report/Notes || | Docker | Client=1.12.3 Server=1.12.3 Image:yetus/hbase:8d52d23 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12845221/HBASE-12882.master.001.patch | | JIRA Issue | HBASE-12882 | | Optional Tests | asflicense | | uname | Linux 571aef1de4f0 3.13.0-95-generic #142-Ubuntu SMP Fri Aug 12 17:00:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh | | git revision | master / 0e48665 | | modules | C: . U: . | | Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/5100/console | | Powered by | Apache Yetus 0.3.0 http://yetus.apache.org | This message was automatically generated. > Log level for org.apache.hadoop.hbase package should be configurable > --------------------------------------------------------------------- > > Key: HBASE-12882 > URL: https://issues.apache.org/jira/browse/HBASE-12882 > Project: HBase > Issue Type: Bug > Components: hbase > Affects Versions: 1.0.0, 0.94.26, 0.98.9 > Reporter: Adrian Muraru > Assignee: Jan Hentschel > Attachments: HBASE-12882.master.001.patch > > > {{conf/log4j.properties}} hardcodes log level for the top hbase package to DEBUG: {{log4j.logger.org.apache.hadoop.hbase=DEBUG}} > and there is no easy way to override it without modifying this file. > It would be useful to have a variable, say {{hbase.log.level}}m in this file so it can be passed from site environment: {{-Dhbase.log.level=INFO}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)