You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/07/23 18:59:23 UTC

[accumulo] branch 2.0 updated: Purge mortbay logger from example configs (#1284)

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 <ct...@apache.org>
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