From commits-return-23185-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Tue Jul 23 18:59:29 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 10C47180676 for ; Tue, 23 Jul 2019 20:59:28 +0200 (CEST) Received: (qmail 77524 invoked by uid 500); 23 Jul 2019 18:59:28 -0000 Mailing-List: contact commits-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 commits@accumulo.apache.org Received: (qmail 77509 invoked by uid 99); 23 Jul 2019 18:59:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2019 18:59:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 409C385E6D; Tue, 23 Jul 2019 18:59:23 +0000 (UTC) Date: Tue, 23 Jul 2019 18:59:23 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch 2.0 updated: Purge mortbay logger from example configs (#1284) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156390836316.2509.9882929370192299811@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/2.0 X-Git-Reftype: branch X-Git-Oldrev: 575e347d44a0f4b814b5e105663d1a2d48ea1d3e X-Git-Newrev: c2cfa198f23aea9f8b9193efe67efcd8f016c857 X-Git-Rev: c2cfa198f23aea9f8b9193efe67efcd8f016c857 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/2.0 by this push: new c2cfa19 Purge mortbay logger from example configs (#1284) c2cfa19 is described below commit c2cfa198f23aea9f8b9193efe67efcd8f016c857 Author: Christopher Tubbs AuthorDate: Tue Jul 23 14:59:18 2019 -0400 Purge mortbay logger from example configs (#1284) We no longer have a dependency on mortbay versions of jetty, so there should be no reason to regulate its spamminess in our config files. --- assemble/conf/log4j-service.properties | 1 - test/src/main/resources/log4j.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/assemble/conf/log4j-service.properties b/assemble/conf/log4j-service.properties index dabca30..4d1542d 100644 --- a/assemble/conf/log4j-service.properties +++ b/assemble/conf/log4j-service.properties @@ -52,7 +52,6 @@ log4j.logger.org.apache.accumulo=INHERITED, monitor ## Constrain some particularly spammy loggers log4j.logger.org.apache.accumulo.core.file.rfile.bcfile=INFO -log4j.logger.org.mortbay.log=WARN log4j.logger.org.apache.zookeeper=ERROR ## Append most logs to file diff --git a/test/src/main/resources/log4j.properties b/test/src/main/resources/log4j.properties index e50fd35..766d232 100644 --- a/test/src/main/resources/log4j.properties +++ b/test/src/main/resources/log4j.properties @@ -36,7 +36,6 @@ log4j.logger.org.apache.accumulo.core.file.rfile.bcfile=INFO log4j.logger.org.apache.accumulo.server.util.ReplicationTableUtil=TRACE log4j.logger.org.apache.accumulo.core.clientImpl.ThriftScanner=INFO log4j.logger.org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock=WARN -log4j.logger.org.mortbay.log=WARN log4j.logger.org.apache.hadoop=WARN log4j.logger.org.apache.jasper=INFO log4j.logger.org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit=WARN