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 584B4200C31 for ; Tue, 21 Feb 2017 20:51:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5555D160B68; Tue, 21 Feb 2017 19:51:48 +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 9C7F4160B74 for ; Tue, 21 Feb 2017 20:51:47 +0100 (CET) Received: (qmail 87979 invoked by uid 500); 21 Feb 2017 19:51:46 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 87866 invoked by uid 99); 21 Feb 2017 19:51:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2017 19:51:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E46DBC0258 for ; Tue, 21 Feb 2017 19:51:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id OYSyL7byOyzJ for ; Tue, 21 Feb 2017 19:51:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E5FD95F2C2 for ; Tue, 21 Feb 2017 19:51:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6F057E02F1 for ; Tue, 21 Feb 2017 19:51:44 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2BB682411F for ; Tue, 21 Feb 2017 19:51:44 +0000 (UTC) Date: Tue, 21 Feb 2017 19:51:44 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-4588) Simplify Accumulo logging configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Feb 2017 19:51:48 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-4588: ---------------------------------------- Fix Version/s: 2.0.0 > Simplify Accumulo logging configuration > --------------------------------------- > > Key: ACCUMULO-4588 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4588 > Project: Accumulo > Issue Type: Improvement > Components: logger > Reporter: Mike Walch > Fix For: 2.0.0 > > > The current implementation of Accumulo logging configuration is confusing. There are several configuration files in the conf/ dir and it is hard to know which ones are used in which situation. With the refactoring of Accumulo's scripts in 2.0, it should be easier now to refactor Accumulo's logging. Below are some suggest improvements brought up during code reviews: > Regarding generic_logger.properties... > - Rather than produce these system properties in Accumulo code, we should use the log4j feature to do ${sys:HOSTNAME} (might be log4j2 only, but that's okay... we should switch to that) > - Maybe we shouldn't enable the rolling file appender in the default configs. Users can add that if they want to. A better option would probably be to use the syslog appender by default. -- This message was sent by Atlassian JIRA (v6.3.15#6346)