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 B173A200C1C for ; Wed, 15 Feb 2017 21:37:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AFE9F160B75; Wed, 15 Feb 2017 20:37:23 +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 2996F160B70 for ; Wed, 15 Feb 2017 21:37:23 +0100 (CET) Received: (qmail 51366 invoked by uid 500); 15 Feb 2017 20:37:22 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 50767 invoked by uid 99); 15 Feb 2017 20:37:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2017 20:37:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BCC7EDFC31; Wed, 15 Feb 2017 20:37:21 +0000 (UTC) From: ctubbsii To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo pull request #218: ACCUMULO-4528 Accumulo scripts improvements Content-Type: text/plain Message-Id: <20170215203721.BCC7EDFC31@git1-us-west.apache.org> Date: Wed, 15 Feb 2017 20:37:21 +0000 (UTC) archived-at: Wed, 15 Feb 2017 20:37:23 -0000 Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/218#discussion_r101365517 --- Diff: assemble/conf/examples/generic_logger.properties --- @@ -24,7 +24,7 @@ log4j.appender.A2.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n # Write out INFO and higher to the regular log log4j.appender.A3=org.apache.log4j.RollingFileAppender -log4j.appender.A3.File=${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${accumulo.service.instance}${org.apache.accumulo.core.ip.localhost.hostname}_fromprops.log +log4j.appender.A3.File=${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}${accumulo.service.instance}_${org.apache.accumulo.core.ip.localhost.hostname}_fromprops.log --- End diff -- 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. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---