You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/09/06 17:21:38 UTC

[accumulo] branch master updated: ACCUMULO-4700 Set log4j appender threshold to ALL (#296)

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new b7a2029  ACCUMULO-4700 Set log4j appender threshold to ALL (#296)
b7a2029 is described below

commit b7a2029f474cabf2e48fe1c99475066bada78371
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Sep 6 13:21:36 2017 -0400

    ACCUMULO-4700 Set log4j appender threshold to ALL (#296)
---
 assemble/conf/log4j-monitor.properties | 2 +-
 assemble/conf/log4j-service.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemble/conf/log4j-monitor.properties b/assemble/conf/log4j-monitor.properties
index acddc49..194f96a 100644
--- a/assemble/conf/log4j-monitor.properties
+++ b/assemble/conf/log4j-monitor.properties
@@ -21,7 +21,7 @@ log4j.appender.file=org.apache.log4j.RollingFileAppender
 log4j.appender.file.File=${accumulo.log.dir}/${accumulo.application}.log
 log4j.appender.file.MaxFileSize=100MB
 log4j.appender.file.MaxBackupIndex=10
-log4j.appender.file.Threshold=INFO
+log4j.appender.file.Threshold=ALL
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n
 
diff --git a/assemble/conf/log4j-service.properties b/assemble/conf/log4j-service.properties
index bc01971..dabca30 100644
--- a/assemble/conf/log4j-service.properties
+++ b/assemble/conf/log4j-service.properties
@@ -21,7 +21,7 @@ log4j.appender.file=org.apache.log4j.RollingFileAppender
 log4j.appender.file.File=${accumulo.log.dir}/${accumulo.application}.log
 log4j.appender.file.MaxFileSize=100MB
 log4j.appender.file.MaxBackupIndex=10
-log4j.appender.file.Threshold=INFO
+log4j.appender.file.Threshold=ALL
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@accumulo.apache.org" <co...@accumulo.apache.org>'].